GroupId | GroupIdorg.hortonmachine |
---|---|
ArtifactId | ArtifactIdhm-gears |
Version | Version0.9.10 |
Type | Typejar |
Filename | Size |
---|---|
hm-gears-0.9.10.pom | |
hm-gears-0.9.10.jar | 1 MB |
hm-gears-0.9.10-sources.jar | 1 MB |
hm-gears-0.9.10-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hortonmachine/hm-gears/ -->
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-gears</artifactId>
<version>0.9.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.hortonmachine/hm-gears/
implementation 'org.hortonmachine:hm-gears:0.9.10'
// https://jarcasting.com/artifacts/org.hortonmachine/hm-gears/
implementation ("org.hortonmachine:hm-gears:0.9.10")
'org.hortonmachine:hm-gears:jar:0.9.10'
<dependency org="org.hortonmachine" name="hm-gears" rev="0.9.10">
<artifact name="hm-gears" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hortonmachine', module='hm-gears', version='0.9.10')
)
libraryDependencies += "org.hortonmachine" % "hm-gears" % "0.9.10"
[org.hortonmachine/hm-gears "0.9.10"]