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