GroupId | GroupIdcom.github.v-play-games |
---|---|
ArtifactId | ArtifactIdPM4J |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
PM4J-1.0.0.pom | |
PM4J-1.0.0.jar | 49 KB |
PM4J-1.0.0-sources.jar | 44 KB |
PM4J-1.0.0-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.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"]