is not current version
Last Version 2.0.0

com.github.oscar0812:pokeapi 1.1.0

Wrap data from https://pokeapi.co/docs/v2 into nice Java objects.

GroupId

GroupId

com.github.oscar0812
ArtifactId

ArtifactId

pokeapi
Version

Version

1.1.0
Type

Type

jar

Download pokeapi 1.1.0


<!-- https://jarcasting.com/artifacts/com.github.oscar0812/pokeapi/ -->
<dependency>
    <groupId>com.github.oscar0812</groupId>
    <artifactId>pokeapi</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oscar0812/pokeapi/
implementation 'com.github.oscar0812:pokeapi:1.1.0'
// https://jarcasting.com/artifacts/com.github.oscar0812/pokeapi/
implementation ("com.github.oscar0812:pokeapi:1.1.0")
'com.github.oscar0812:pokeapi:jar:1.1.0'
<dependency org="com.github.oscar0812" name="pokeapi" rev="1.1.0">
  <artifact name="pokeapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oscar0812', module='pokeapi', version='1.1.0')
)
libraryDependencies += "com.github.oscar0812" % "pokeapi" % "1.1.0"
[com.github.oscar0812/pokeapi "1.1.0"]