Last Version

com.github.oscar0812:pokeapi 2.0.0

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

License

License

GroupId

GroupId

com.github.oscar0812
ArtifactId

ArtifactId

pokeapi
Version

Version

2.0.0
Type

Type

jar
Description

Description

com.github.oscar0812:pokeapi
Wrap data from https://pokeapi.co/docs/v2 into nice Java objects.
Project URL

Project URL

https://github.com/oscar0812/pokeapi-v2-java
Source Code Management

Source Code Management

https://github.com/oscar0812/pokeapi-v2-java

Download pokeapi 2.0.0


<!-- 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"]

Dependencies

compile (3)

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

Project Modules

There are no modules declared in this project.