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