License |
License |
---|---|
GroupId | GroupIdcom.github.oscar0812 |
ArtifactId | ArtifactIdpokeapi |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.oscar0812:pokeapi
Wrap data from https://pokeapi.co/docs/v2 into nice Java objects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pokeapi-2.0.0.pom | |
pokeapi-2.0.0.jar | 149 KB |
pokeapi-2.0.0-sources.jar | 127 KB |
pokeapi-2.0.0-javadoc.jar | 831 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.oscar0812/pokeapi/ -->
<dependency>
<groupId>com.github.oscar0812</groupId>
<artifactId>pokeapi</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oscar0812/pokeapi/
implementation 'com.github.oscar0812:pokeapi:2.0.0'
// https://jarcasting.com/artifacts/com.github.oscar0812/pokeapi/
implementation ("com.github.oscar0812:pokeapi:2.0.0")
'com.github.oscar0812:pokeapi:jar:2.0.0'
<dependency org="com.github.oscar0812" name="pokeapi" rev="2.0.0">
<artifact name="pokeapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oscar0812', module='pokeapi', version='2.0.0')
)
libraryDependencies += "com.github.oscar0812" % "pokeapi" % "2.0.0"
[com.github.oscar0812/pokeapi "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.2 |
org.xerial : sqlite-jdbc | jar | 3.34.0 |