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