Last Version

fdk-java 1.0.149

The Function Development Kit for Java makes it easy to build and deploy Java functions to Fn

License

License

GroupId

GroupId

com.fnproject.fn
ArtifactId

ArtifactId

fdk
Version

Version

1.0.149
Type

Type

pom
Description

Description

fdk-java
The Function Development Kit for Java makes it easy to build and deploy Java functions to Fn
Project URL

Project URL

https://fnproject.io/tutorials/JavaFDKIntroduction/
Source Code Management

Source Code Management

https://github.com/fnproject/fdk-java

Download fdk 1.0.149

Filename Size
fdk-1.0.149.pom 15 KB
Browse

<!-- https://jarcasting.com/artifacts/com.fnproject.fn/fdk/ -->
<dependency>
    <groupId>com.fnproject.fn</groupId>
    <artifactId>fdk</artifactId>
    <version>1.0.149</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fnproject.fn/fdk/
implementation 'com.fnproject.fn:fdk:1.0.149'
// https://jarcasting.com/artifacts/com.fnproject.fn/fdk/
implementation ("com.fnproject.fn:fdk:1.0.149")
'com.fnproject.fn:fdk:pom:1.0.149'
<dependency org="com.fnproject.fn" name="fdk" rev="1.0.149">
  <artifact name="fdk" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fnproject.fn', module='fdk', version='1.0.149')
)
libraryDependencies += "com.fnproject.fn" % "fdk" % "1.0.149"
[com.fnproject.fn/fdk "1.0.149"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • api
  • runtime
  • testing-core
  • testing-junit4
  • testing
  • flow-api
  • flow-runtime
  • flow-testing
  • fn-spring-cloud-function
  • examples
  • experimental-native-image-support