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