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