a

acs-public-rest-client

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