GroupId | GroupIdorg.hortonmachine |
---|---|
ArtifactId | ArtifactIdhortonmachine |
Version | Version0.9.4 |
Type | Typepom |
Filename | Size |
---|---|
hortonmachine-0.9.4.pom | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hortonmachine/hortonmachine/ -->
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hortonmachine/hortonmachine/
implementation 'org.hortonmachine:hortonmachine:0.9.4'
// https://jarcasting.com/artifacts/org.hortonmachine/hortonmachine/
implementation ("org.hortonmachine:hortonmachine:0.9.4")
'org.hortonmachine:hortonmachine:pom:0.9.4'
<dependency org="org.hortonmachine" name="hortonmachine" rev="0.9.4">
<artifact name="hortonmachine" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hortonmachine', module='hortonmachine', version='0.9.4')
)
libraryDependencies += "org.hortonmachine" % "hortonmachine" % "0.9.4"
[org.hortonmachine/hortonmachine "0.9.4"]