GroupId | GroupIdeu.hoefel |
---|---|
ArtifactId | ArtifactIdunits |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
units-1.0.0.pom | |
units-1.0.0.jar | 119 KB |
units-1.0.0-sources.jar | 92 KB |
units-1.0.0-javadoc.jar | 437 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.hoefel/units/ -->
<dependency>
<groupId>eu.hoefel</groupId>
<artifactId>units</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.hoefel/units/
implementation 'eu.hoefel:units:1.0.0'
// https://jarcasting.com/artifacts/eu.hoefel/units/
implementation ("eu.hoefel:units:1.0.0")
'eu.hoefel:units:jar:1.0.0'
<dependency org="eu.hoefel" name="units" rev="1.0.0">
<artifact name="units" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.hoefel', module='units', version='1.0.0')
)
libraryDependencies += "eu.hoefel" % "units" % "1.0.0"
[eu.hoefel/units "1.0.0"]