License |
License |
---|---|
Categories |
CategoriesGraal Native Development Tools |
GroupId | GroupIdcom.hcl.domino |
ArtifactId | ArtifactIdjnx-example-graalvm-native |
Last Version | Last Version1.10.14 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHCL Domino API Example GraalVM Native App
Modern Java API for HCL Domino
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.hcl.domino/jnx-example-graalvm-native/ -->
<dependency>
<groupId>com.hcl.domino</groupId>
<artifactId>jnx-example-graalvm-native</artifactId>
<version>1.10.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.hcl.domino/jnx-example-graalvm-native/
implementation 'com.hcl.domino:jnx-example-graalvm-native:1.10.14'
// https://jarcasting.com/artifacts/com.hcl.domino/jnx-example-graalvm-native/
implementation ("com.hcl.domino:jnx-example-graalvm-native:1.10.14")
'com.hcl.domino:jnx-example-graalvm-native:jar:1.10.14'
<dependency org="com.hcl.domino" name="jnx-example-graalvm-native" rev="1.10.14">
<artifact name="jnx-example-graalvm-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hcl.domino', module='jnx-example-graalvm-native', version='1.10.14')
)
libraryDependencies += "com.hcl.domino" % "jnx-example-graalvm-native" % "1.10.14"
[com.hcl.domino/jnx-example-graalvm-native "1.10.14"]
Group / Artifact | Type | Version |
---|---|---|
com.hcl.domino : domino-jnx-api | jar | 1.10.14 |
com.hcl.domino : domino-jnx-jna | jar | 1.10.14 |
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.nativeimage : svm | jar | 22.0.0.2 |