Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.07 KB

README.md

File metadata and controls

58 lines (44 loc) · 1.07 KB

Alfresco Process Services Swagger Client 2.3.7

The project generates a Java Swagger client for APS 2.x platform:

  • Activiti App Swagger Client (aps-swagger-client): generate the APS Java Swagger client

Prerequisites

  • OpenJDK 11
  • Apache Maven 3.9.1

Quickstart

To use it in your Maven build add:

<repositories>
	<repository>
	<id>jitpack.io</id>
	<url>https://jitpack.io</url>
	</repository>
</repositories>

and the dependency using your specific APS 2.x versions:

<dependency>
	<groupId>com.github.OpenPj</groupId>
	<artifactId>aps-2x-client</artifactId>
	<version>2.3.7</version>
</dependency>

Full Maven lifecycle command:

  • mvn clean install

Supported APS versions

APS 2.x Swagger Client supports the following APS 2.x versions:

  • 2.0.0
  • 2.0.1
  • 2.1.0
  • 2.2.0.1
  • 2.2.0
  • 2.3.0
  • 2.3.1
  • 2.3.2
  • 2.3.3
  • 2.3.4
  • 2.3.5
  • 2.3.6
  • 2.3.7

Enterprise support

Official maintenance and support of this project is delivered by Zia Consulting