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