文件下载
文件名 操作
web-5.0.2.jar 下载
web-5.0.2.pom 下载
web-5.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.grails.profiles</groupId>
  <artifactId>web</artifactId>
  <version>5.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.grails.profiles:web:5.0.2'
Gradle Kotlin
implementation("org.grails.profiles:web:5.0.2")
Scala SBT
libraryDependencies += "org.grails.profiles" % "web" % "5.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.grails.profiles', module='web', version='5.0.2')
)
Apache Ivy
<dependency org="org.grails.profiles" name="web" rev="5.0.2" />
Leiningen
[org.grails.profiles/web "5.0.2"]
Apache Buildr
'org.grails.profiles:web:jar:5.0.2'
本项目依赖