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