| License |
License |
|---|---|
| GroupId | GroupIdcom.fnproject.fn.examples |
| ArtifactId | ArtifactIdfdk-examples |
| Version | Version1.0.147 |
| Type | Typepom |
| Description |
DescriptionThe Function Development Kit for Java makes it easy to build and deploy Java functions to Fn
|
| Filename | Size |
|---|---|
| fdk-examples-1.0.147.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fnproject.fn.examples/fdk-examples/ -->
<dependency>
<groupId>com.fnproject.fn.examples</groupId>
<artifactId>fdk-examples</artifactId>
<version>1.0.147</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fnproject.fn.examples/fdk-examples/
implementation 'com.fnproject.fn.examples:fdk-examples:1.0.147'
// https://jarcasting.com/artifacts/com.fnproject.fn.examples/fdk-examples/
implementation ("com.fnproject.fn.examples:fdk-examples:1.0.147")
'com.fnproject.fn.examples:fdk-examples:pom:1.0.147'
<dependency org="com.fnproject.fn.examples" name="fdk-examples" rev="1.0.147">
<artifact name="fdk-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fnproject.fn.examples', module='fdk-examples', version='1.0.147')
)
libraryDependencies += "com.fnproject.fn.examples" % "fdk-examples" % "1.0.147"
[com.fnproject.fn.examples/fdk-examples "1.0.147"]