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