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