| License | License | 
|---|---|
| GroupId | GroupIdcom.github.v-play-games | 
| ArtifactId | ArtifactIdPM4J | 
| Last Version | Last Version1.1.0-beta | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionPM4J This is a simple wrapper API written in Java for the REST API "PokeMasDB" | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| PM4J-1.1.0-beta.pom | |
| PM4J-1.1.0-beta.jar | 49 KB | 
| PM4J-1.1.0-beta-sources.jar | 44 KB | 
| PM4J-1.1.0-beta-javadoc.jar | 249 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.v-play-games/PM4J/ -->
<dependency>
    <groupId>com.github.v-play-games</groupId>
    <artifactId>PM4J</artifactId>
    <version>1.1.0-beta</version>
</dependency>// https://jarcasting.com/artifacts/com.github.v-play-games/PM4J/
implementation 'com.github.v-play-games:PM4J:1.1.0-beta'// https://jarcasting.com/artifacts/com.github.v-play-games/PM4J/
implementation ("com.github.v-play-games:PM4J:1.1.0-beta")'com.github.v-play-games:PM4J:jar:1.1.0-beta'<dependency org="com.github.v-play-games" name="PM4J" rev="1.1.0-beta">
  <artifact name="PM4J" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.v-play-games', module='PM4J', version='1.1.0-beta')
)libraryDependencies += "com.github.v-play-games" % "PM4J" % "1.1.0-beta"[com.github.v-play-games/PM4J "1.1.0-beta"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.v-play-games : vjson | jar | 0.0.1 | 
| com.squareup.okhttp3 : okhttp | jar | [3.13.0,) |