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