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