License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdcom.github.roneetshaw |
ArtifactId | ArtifactIdexperimental-native-image-support |
Last Version | Last Version2.0.21 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe Function Development Kit for Java makes it easy to build and deploy Java functions to Fn
|
<!-- https://jarcasting.com/artifacts/com.github.roneetshaw/experimental-native-image-support/ -->
<dependency>
<groupId>com.github.roneetshaw</groupId>
<artifactId>experimental-native-image-support</artifactId>
<version>2.0.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.roneetshaw/experimental-native-image-support/
implementation 'com.github.roneetshaw:experimental-native-image-support:2.0.21'
// https://jarcasting.com/artifacts/com.github.roneetshaw/experimental-native-image-support/
implementation ("com.github.roneetshaw:experimental-native-image-support:2.0.21")
'com.github.roneetshaw:experimental-native-image-support:jar:2.0.21'
<dependency org="com.github.roneetshaw" name="experimental-native-image-support" rev="2.0.21">
<artifact name="experimental-native-image-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.roneetshaw', module='experimental-native-image-support', version='2.0.21')
)
libraryDependencies += "com.github.roneetshaw" % "experimental-native-image-support" % "2.0.21"
[com.github.roneetshaw/experimental-native-image-support "2.0.21"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.0 |
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.nativeimage : graal-hotspot-library Optional | jar | 21.0.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.assertj : assertj-core | jar | 3.16.1 |
org.mockito : mockito-core | jar | 3.3.3 |