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