Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdorg.ow2.frascati.examples.native |
ArtifactId | ArtifactIdhelloworld-native |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOW2 FraSCAti Examples: HelloWorld Native
|
Filename | Size |
---|---|
helloworld-native-1.4.pom | |
helloworld-native-1.4.jar | 38 KB |
helloworld-native-1.4-sources.jar | 7 KB |
helloworld-native-1.4-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples.native/helloworld-native/ -->
<dependency>
<groupId>org.ow2.frascati.examples.native</groupId>
<artifactId>helloworld-native</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples.native/helloworld-native/
implementation 'org.ow2.frascati.examples.native:helloworld-native:1.4'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples.native/helloworld-native/
implementation ("org.ow2.frascati.examples.native:helloworld-native:1.4")
'org.ow2.frascati.examples.native:helloworld-native:jar:1.4'
<dependency org="org.ow2.frascati.examples.native" name="helloworld-native" rev="1.4">
<artifact name="helloworld-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples.native', module='helloworld-native', version='1.4')
)
libraryDependencies += "org.ow2.frascati.examples.native" % "helloworld-native" % "1.4"
[org.ow2.frascati.examples.native/helloworld-native "1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.frascati.native : frascati-interface-native | jar | 1.4 |
org.ow2.frascati.native : frascati-binding-jna | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.ow2.frascati : frascati-runtime-factory | jar | 1.4 |
org.ow2.frascati : frascati-explorer-api | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.ow2.frascati.examples.test : frascati-test | jar | 1.4 |