a

aps-public-rest-client

An APS Client library for building REST API clients that support either the CXF and Jersey frameworks
https://bitbucket.org/inteligr8/aps-public-rest-client
GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007
Inteligr8
Brian Long
Files download
File Operation
aps-public-rest-client-2.0.3.jar download
aps-public-rest-client-2.0.3.pom download
aps-public-rest-client-2.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.inteligr8.alfresco</groupId>
  <artifactId>aps-public-rest-client</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.inteligr8.alfresco:aps-public-rest-client:2.0.3'
Gradle Kotlin
implementation("com.inteligr8.alfresco:aps-public-rest-client:2.0.3")
Scala SBT
libraryDependencies += "com.inteligr8.alfresco" % "aps-public-rest-client" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.inteligr8.alfresco', module='aps-public-rest-client', version='2.0.3')
)
Apache Ivy
<dependency org="com.inteligr8.alfresco" name="aps-public-rest-client" rev="2.0.3" />
Leiningen
[com.inteligr8.alfresco/aps-public-rest-client "2.0.3"]
Apache Buildr
'com.inteligr8.alfresco:aps-public-rest-client:jar:2.0.3'