Skip to content

Getting started

To install this library, follow the instructions here according to your build system.

Kotlin: build.gradle.kts

dependencies {
    implementation("fr.tykok.pokeapi:{version}")
}

Groovy: build.gradle

dependencies {
    implementation 'fr.tykok.pokeapi:{version}'
}

Maven: pom.xml


<dependencies>
    <dependecy>
        <groupId>fr.tykok.pokeapi</groupId>
        <artifactId>{version}</artifactId>
    </dependecy>
</dependencies>