MVN

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

Maven & Gradle

Jun 29, 2023

Alfresco Process Services ReST API Client for Java · An APS Client library for building CXF-based REST API clients

<dependency>
    <groupId>com.inteligr8.alfresco</groupId>
    <artifactId>aps-public-rest-client</artifactId>
    <version>2.0.5-cxf</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.5-cxf

All Versions

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

Version Vulnerabilities Updated
2.0.x
aps-public-rest-client-2.0.5-cxf
aps-public-rest-client-2.0.5-jersey
aps-public-rest-client-2.0.5
aps-public-rest-client-2.0.4-cxf
aps-public-rest-client-2.0.4-jersey
aps-public-rest-client-2.0.4
aps-public-rest-client-2.0.3-jersey
aps-public-rest-client-2.0.3-cxf
aps-public-rest-client-2.0.3
aps-public-rest-client-2.0.2-jersey
aps-public-rest-client-2.0.2-cxf

How to add a dependency to Maven

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

<dependency>
    <groupId>com.inteligr8.alfresco</groupId>
    <artifactId>aps-public-rest-client</artifactId>
    <version>2.0.5-cxf</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.inteligr8.alfresco:aps-public-rest-client:2.0.5-cxf'

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

implementation("com.inteligr8.alfresco:aps-public-rest-client:2.0.5-cxf")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.inteligr8.alfresco" % "aps-public-rest-client" % "2.0.5-cxf"