| GroupId | GroupIdcom.github.tasubo |
|---|---|
| ArtifactId | ArtifactIdjgmp |
| Version | Version1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jgmp-1.2.pom | |
| jgmp-1.2.jar | 47 KB |
| jgmp-1.2-sources.jar | 16 KB |
| jgmp-1.2-javadoc.jar | 192 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tasubo/jgmp/ -->
<dependency>
<groupId>com.github.tasubo</groupId>
<artifactId>jgmp</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tasubo/jgmp/
implementation 'com.github.tasubo:jgmp:1.2'
// https://jarcasting.com/artifacts/com.github.tasubo/jgmp/
implementation ("com.github.tasubo:jgmp:1.2")
'com.github.tasubo:jgmp:jar:1.2'
<dependency org="com.github.tasubo" name="jgmp" rev="1.2">
<artifact name="jgmp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tasubo', module='jgmp', version='1.2')
)
libraryDependencies += "com.github.tasubo" % "jgmp" % "1.2"
[com.github.tasubo/jgmp "1.2"]