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