https://github.com/matteobaccan/cheshire-cat-api-client-java
Cheshire Cat AI - Java client
https://github.com/matteobaccan/cheshire-cat-api-client-java
ai cheshire-cat java
Last synced: 4 months ago
JSON representation
Cheshire Cat AI - Java client
- Host: GitHub
- URL: https://github.com/matteobaccan/cheshire-cat-api-client-java
- Owner: matteobaccan
- License: gpl-3.0
- Created: 2024-03-19T22:30:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-21T13:55:22.000Z (5 months ago)
- Last Synced: 2026-02-21T20:27:32.245Z (5 months ago)
- Topics: ai, cheshire-cat, java
- Language: Java
- Homepage:
- Size: 547 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cheshire-cat-api-client-java
Cheshire Cat AI - Java client
This project consists of 3 modules:
- [cheshire-cat-java-client-generator](cheshire-cat-java-client-generator) - The Java client generator, which starts from OpenAPI definitions
- [cheshire-cat-java-client](cheshire-cat-java-client) - The Java client produced by the generation process
- [cheshire-cat-java-client-test](cheshire-cat-java-client-test) - An API testing environment
## Requirements
- Java 8 or higher
- Maven 3.2.0 or higher
## Current version
Current library version is aligned to 1.9.2 version of Cheshire Cat API.
## Building the project
To build the entire project:
```bash
mvn clean install
```
To run tests:
```bash
mvn test
```
To verify the build:
```bash
mvn verify
```
## Usage
Add the dependency to your `pom.xml`:
```xml
it.baccan
cheshire-cat-java-client
1.9.2
```
## CheshireCat
For more information about the Cat, visit [https://github.com/cheshire-cat-ai](https://github.com/cheshire-cat-ai)