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