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