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