GroupId | GroupIdorg.hortonmachine |
---|---|
ArtifactId | ArtifactIdhm-gears |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
hm-gears-0.9.1.pom | |
hm-gears-0.9.1.jar | 1 MB |
hm-gears-0.9.1-sources.jar | 1 MB |
hm-gears-0.9.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hortonmachine/hm-gears/
implementation 'org.hortonmachine:hm-gears:0.9.1'
// https://jarcasting.com/artifacts/org.hortonmachine/hm-gears/
implementation ("org.hortonmachine:hm-gears:0.9.1")
'org.hortonmachine:hm-gears:jar:0.9.1'
<dependency org="org.hortonmachine" name="hm-gears" rev="0.9.1">
<artifact name="hm-gears" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hortonmachine', module='hm-gears', version='0.9.1')
)
libraryDependencies += "org.hortonmachine" % "hm-gears" % "0.9.1"
[org.hortonmachine/hm-gears "0.9.1"]