GroupId | GroupIdorg.fusesource.hawtjni |
---|---|
ArtifactId | ArtifactIdhawtjni-pom |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
hawtjni-pom-1.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fusesource.hawtjni/hawtjni-pom/ -->
<dependency>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-pom</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.hawtjni/hawtjni-pom/
implementation 'org.fusesource.hawtjni:hawtjni-pom:1.0'
// https://jarcasting.com/artifacts/org.fusesource.hawtjni/hawtjni-pom/
implementation ("org.fusesource.hawtjni:hawtjni-pom:1.0")
'org.fusesource.hawtjni:hawtjni-pom:pom:1.0'
<dependency org="org.fusesource.hawtjni" name="hawtjni-pom" rev="1.0">
<artifact name="hawtjni-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.hawtjni', module='hawtjni-pom', version='1.0')
)
libraryDependencies += "org.fusesource.hawtjni" % "hawtjni-pom" % "1.0"
[org.fusesource.hawtjni/hawtjni-pom "1.0"]