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