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