GroupId | GroupIdat.molindo |
---|---|
ArtifactId | ArtifactIdhelios-tools |
Version | Version0.9.12 |
Type | Typejar |
Filename | Size |
---|---|
helios-tools-0.9.12.pom | |
helios-tools-0.9.12.jar | 120 KB |
helios-tools-0.9.12-sources.jar | 72 KB |
helios-tools-0.9.12-shaded.jar | 4 MB |
helios-tools-0.9.12-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.molindo/helios-tools/ -->
<dependency>
<groupId>at.molindo</groupId>
<artifactId>helios-tools</artifactId>
<version>0.9.12</version>
</dependency>
// https://jarcasting.com/artifacts/at.molindo/helios-tools/
implementation 'at.molindo:helios-tools:0.9.12'
// https://jarcasting.com/artifacts/at.molindo/helios-tools/
implementation ("at.molindo:helios-tools:0.9.12")
'at.molindo:helios-tools:jar:0.9.12'
<dependency org="at.molindo" name="helios-tools" rev="0.9.12">
<artifact name="helios-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.molindo', module='helios-tools', version='0.9.12')
)
libraryDependencies += "at.molindo" % "helios-tools" % "0.9.12"
[at.molindo/helios-tools "0.9.12"]