| GroupId | GroupIdcom.github.wiatec |
|---|---|
| ArtifactId | ArtifactIdgalaxy |
| Version | Version1.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| galaxy-1.0.7.pom | |
| galaxy-1.0.7.jar | 65 KB |
| galaxy-1.0.7-sources.jar | 33 KB |
| galaxy-1.0.7-javadoc.jar | 284 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wiatec/galaxy/ -->
<dependency>
<groupId>com.github.wiatec</groupId>
<artifactId>galaxy</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wiatec/galaxy/
implementation 'com.github.wiatec:galaxy:1.0.7'
// https://jarcasting.com/artifacts/com.github.wiatec/galaxy/
implementation ("com.github.wiatec:galaxy:1.0.7")
'com.github.wiatec:galaxy:jar:1.0.7'
<dependency org="com.github.wiatec" name="galaxy" rev="1.0.7">
<artifact name="galaxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wiatec', module='galaxy', version='1.0.7')
)
libraryDependencies += "com.github.wiatec" % "galaxy" % "1.0.7"
[com.github.wiatec/galaxy "1.0.7"]