| Группа | Группаcom.github.tasubo |
|---|---|
| Идентификатор | Идентификаторjgmp |
| Версия | Версия1.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jgmp-1.6.pom | |
| jgmp-1.6.jar | 57 KB |
| jgmp-1.6-sources.jar | 18 KB |
| jgmp-1.6-javadoc.jar | 206 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.tasubo/jgmp/ -->
<dependency>
<groupId>com.github.tasubo</groupId>
<artifactId>jgmp</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tasubo/jgmp/
implementation 'com.github.tasubo:jgmp:1.6'
// https://jarcasting.com/artifacts/com.github.tasubo/jgmp/
implementation ("com.github.tasubo:jgmp:1.6")
'com.github.tasubo:jgmp:jar:1.6'
<dependency org="com.github.tasubo" name="jgmp" rev="1.6">
<artifact name="jgmp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tasubo', module='jgmp', version='1.6')
)
libraryDependencies += "com.github.tasubo" % "jgmp" % "1.6"
[com.github.tasubo/jgmp "1.6"]