MVN

org.grails.profiles : web

Maven & Gradle

Jun 22, 2022
1 usages
3 stars

Grails Web Profile · A profile for Web applications

<dependency>
    <groupId>org.grails.profiles</groupId>
    <artifactId>web</artifactId>
    <version>5.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.grails.profiles : web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.5
  • Latest Release Candidate: 5.0.0.RC1

All Versions

Choose a version of org.grails.profiles : web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
web-5.0.5
web-5.0.4
web-5.0.3
web-5.0.2
web-5.0.1
web-5.0.0
web-5.0.0.RC1

How to add a dependency to Maven

Add the following org.grails.profiles : web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.grails.profiles</groupId>
    <artifactId>web</artifactId>
    <version>5.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.grails.profiles : web gradle dependency to your build.gradle file:

implementation 'org.grails.profiles:web:5.0.5'

Gradle Kotlin DSL: Add the following org.grails.profiles : web gradle kotlin dependency to your build.gradle.kts file:

implementation("org.grails.profiles:web:5.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.grails.profiles : web sbt scala dependency to your build.sbt file:

libraryDependencies += "org.grails.profiles" % "web" % "5.0.5"

Advertisement

Dependencies from Group

Nov 03, 2022
4 usages
2 stars
Dec 18, 2021
4 usages
2 stars
Dec 20, 2021
2 usages
0 stars
Jan 04, 2022
1 usages
1 stars
web
Jun 22, 2022
1 usages
3 stars

Discover Dependencies