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