GroupId | GroupIdcom.github.oscar0812 |
---|---|
ArtifactId | ArtifactIdpokeapi |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
pokeapi-1.1.0.pom | |
pokeapi-1.1.0.jar | 146 KB |
pokeapi-1.1.0-sources.jar | 98 KB |
pokeapi-1.1.0-javadoc.jar | 820 KB |
Browse |
<!-- 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"]