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