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