Skip to content

OpenPj/aps-2x-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Java Swagger client for Alfresco Process Services 2.x

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors