com.github.oscar0812:pokeapi

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

Лицензия

Лицензия

Группа

Группа

com.github.oscar0812
Идентификатор

Идентификатор

pokeapi
Последняя версия

Последняя версия

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.github.oscar0812:pokeapi
Wrap data from https://pokeapi.co/docs/v2 into nice Java objects.
Ссылка на сайт

Ссылка на сайт

https://github.com/oscar0812/pokeapi-v2-java
Система контроля версий

Система контроля версий

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

Скачать pokeapi

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.0.0
1.2.1
1.2.0
1.1.0
1.0.0