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