is not current version
Last Version 2.0.21

com.github.roneetshaw:fdk 1.0.11

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

GroupId

GroupId

com.github.roneetshaw
ArtifactId

ArtifactId

fdk
Version

Version

1.0.11
Type

Type

pom

Download fdk 1.0.11

Filename Size
fdk-1.0.11.pom 5 KB
Browse

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