Cheshire Cat AI - Java client
This project consists of 3 modules:
- cheshire-cat-java-client-generator - The Java client generator, which starts from OpenAPI definitions
- cheshire-cat-java-client - The Java client produced by the generation process
- cheshire-cat-java-client-test - An API testing environment
- Java 8 or higher
- Maven 3.2.0 or higher
Current library version is aligned to 1.9.2 version of Cheshire Cat API.
To build the entire project:
mvn clean installTo run tests:
mvn testTo verify the build:
mvn verifyAdd the dependency to your pom.xml:
<dependency>
<groupId>it.baccan</groupId>
<artifactId>cheshire-cat-java-client</artifactId>
<version>1.9.2</version>
</dependency>For more information about the Cat, visit https://github.com/cheshire-cat-ai