A simple, complete Java 17+ wrapper for the PokéAPI with auto-caching.
<repository>
<id>greenadine-releases</id>
<url>https://repo.greenadine.dev/releases/</url>
</repository><dependency>
<groupId>dev.greenadine</groupId>
<artifactId>pokejava</artifactId>
<version>1.0.0</version>
</dependency>repositories {
maven 'https://repo.greenadine.dev/releases/'
}dependencies {
implementation 'dev.greenadine:pokejava:1.0.0'
}
This project is licensed under the Apache 2.0 License. This project also references third-party projects, which are listed here.
Pokémon and Pokémon character names are trademarks of Nintendo Co. Ltd., Creatures Inc., and Game Freak Inc..