MVN

com.inteligr8.alfresco : acs-public-rest-client

Maven & Gradle

Jun 29, 2023

Alfresco Content Services ReST API Client for Java · An ACS Client library for building Jersey-based REST API clients

<dependency>
    <groupId>com.inteligr8.alfresco</groupId>
    <artifactId>acs-public-rest-client</artifactId>
    <version>2.0.4-jersey</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.inteligr8.alfresco : acs-public-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4-jersey

All Versions

Choose a version of com.inteligr8.alfresco : acs-public-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
acs-public-rest-client-2.0.4-jersey
acs-public-rest-client-2.0.4
acs-public-rest-client-2.0.4-cxf
acs-public-rest-client-2.0.3-cxf
acs-public-rest-client-2.0.3-jersey
acs-public-rest-client-2.0.3
acs-public-rest-client-2.0.2-jersey
acs-public-rest-client-2.0.2-cxf
acs-public-rest-client-2.0.2
acs-public-rest-client-2.0.1-jersey
acs-public-rest-client-2.0.1-cxf
acs-public-rest-client-2.0.1

How to add a dependency to Maven

Add the following com.inteligr8.alfresco : acs-public-rest-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.inteligr8.alfresco</groupId>
    <artifactId>acs-public-rest-client</artifactId>
    <version>2.0.4-jersey</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.inteligr8.alfresco : acs-public-rest-client gradle dependency to your build.gradle file:

implementation 'com.inteligr8.alfresco:acs-public-rest-client:2.0.4-jersey'

Gradle Kotlin DSL: Add the following com.inteligr8.alfresco : acs-public-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.inteligr8.alfresco:acs-public-rest-client:2.0.4-jersey")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.inteligr8.alfresco : acs-public-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.inteligr8.alfresco" % "acs-public-rest-client" % "2.0.4-jersey"