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

profileRuntimeOnly

|-- org.grails.profiles:base:6.0.1