Skip to content

Greenadine/PokeJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokéJava

A simple, complete Java 17+ wrapper for the PokéAPI with auto-caching.

Installation

Maven

<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>

Gradle

repositories {
    maven 'https://repo.greenadine.dev/releases/'
}
dependencies {
    implementation 'dev.greenadine:pokejava:1.0.0'
}

Documentation

Licensing

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..

About

A simple, complete Java 17+ wrapper for the PokéAPI with auto-caching.

Topics

Resources

License

Stars

Watchers

Forks

Languages