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