| License |
License |
|---|---|
| Categories |
CategoriesNative Development Tools |
| GroupId | GroupIdcom.fnproject.fn |
| ArtifactId | ArtifactIdexperimental-native-image-support |
| Version | Version1.0.144 |
| 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.144</version>
</dependency>
// https://jarcasting.com/artifacts/com.fnproject.fn/experimental-native-image-support/
implementation 'com.fnproject.fn:experimental-native-image-support:1.0.144'
// https://jarcasting.com/artifacts/com.fnproject.fn/experimental-native-image-support/
implementation ("com.fnproject.fn:experimental-native-image-support:1.0.144")
'com.fnproject.fn:experimental-native-image-support:jar:1.0.144'
<dependency org="com.fnproject.fn" name="experimental-native-image-support" rev="1.0.144">
<artifact name="experimental-native-image-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fnproject.fn', module='experimental-native-image-support', version='1.0.144')
)
libraryDependencies += "com.fnproject.fn" % "experimental-native-image-support" % "1.0.144"
[com.fnproject.fn/experimental-native-image-support "1.0.144"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
| 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 |