License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdcom.fnproject.fn |
ArtifactId | ArtifactIdexperimental-native-image-support |
Last Version | Last Version1.0.149 |
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.fnproject.fn/experimental-native-image-support/ -->
<dependency>
<groupId>com.fnproject.fn</groupId>
<artifactId>experimental-native-image-support</artifactId>
<version>1.0.149</version>
</dependency>
// https://jarcasting.com/artifacts/com.fnproject.fn/experimental-native-image-support/
implementation 'com.fnproject.fn:experimental-native-image-support:1.0.149'
// https://jarcasting.com/artifacts/com.fnproject.fn/experimental-native-image-support/
implementation ("com.fnproject.fn:experimental-native-image-support:1.0.149")
'com.fnproject.fn:experimental-native-image-support:jar:1.0.149'
<dependency org="com.fnproject.fn" name="experimental-native-image-support" rev="1.0.149">
<artifact name="experimental-native-image-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fnproject.fn', module='experimental-native-image-support', version='1.0.149')
)
libraryDependencies += "com.fnproject.fn" % "experimental-native-image-support" % "1.0.149"
[com.fnproject.fn/experimental-native-image-support "1.0.149"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.nativeimage : graal-hotspot-library Optional | jar | 21.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.assertj : assertj-core | jar | 3.21.0 |
org.mockito : mockito-core | jar | 4.0.0 |