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