GroupId | GroupIdorg.fusesource.hawtjni |
---|---|
ArtifactId | ArtifactIdhawtjni-example |
Version | Version1.16 |
Type | Typejar |
Filename | Size |
---|---|
hawtjni-example-1.16.pom | |
hawtjni-example-1.16.jar | 29 KB |
hawtjni-example-1.16-sources.jar | 3 KB |
hawtjni-example-1.16-native-src.zip | 883 KB |
hawtjni-example-1.16-linux64.jar | 278 KB |
hawtjni-example-1.16-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fusesource.hawtjni/hawtjni-example/ -->
<dependency>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-example</artifactId>
<version>1.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.hawtjni/hawtjni-example/
implementation 'org.fusesource.hawtjni:hawtjni-example:1.16'
// https://jarcasting.com/artifacts/org.fusesource.hawtjni/hawtjni-example/
implementation ("org.fusesource.hawtjni:hawtjni-example:1.16")
'org.fusesource.hawtjni:hawtjni-example:jar:1.16'
<dependency org="org.fusesource.hawtjni" name="hawtjni-example" rev="1.16">
<artifact name="hawtjni-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.hawtjni', module='hawtjni-example', version='1.16')
)
libraryDependencies += "org.fusesource.hawtjni" % "hawtjni-example" % "1.16"
[org.fusesource.hawtjni/hawtjni-example "1.16"]