Files download
File Operation
web-5.0.5.jar download
web-5.0.5.pom download
web-5.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.grails.profiles</groupId>
  <artifactId>web</artifactId>
  <version>5.0.5</version>
</dependency>
Gradle Groovy
implementation 'org.grails.profiles:web:5.0.5'
Gradle Kotlin
implementation("org.grails.profiles:web:5.0.5")
Scala SBT
libraryDependencies += "org.grails.profiles" % "web" % "5.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.grails.profiles', module='web', version='5.0.5')
)
Apache Ivy
<dependency org="org.grails.profiles" name="web" rev="5.0.5" />
Leiningen
[org.grails.profiles/web "5.0.5"]
Apache Buildr
'org.grails.profiles:web:jar:5.0.5'
Dependencies