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