is not current version
Last Version 1.1.0-beta

com.github.v-play-games:PM4J 1.0.0

This is a simple wrapper API written in Java for the RESTful API "PokeMasDB"

GroupId

GroupId

com.github.v-play-games
ArtifactId

ArtifactId

PM4J
Version

Version

1.0.0
Type

Type

jar

Download PM4J 1.0.0


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