| License |
License |
|---|---|
| GroupId | GroupIdcom.fnproject.fn |
| ArtifactId | ArtifactIdflow-runtime |
| Version | Version1.0.130 |
| Type | Typejar |
| Description |
DescriptionThe Function Development Kit for Java makes it easy to build and deploy Java functions to Fn
|
| Filename | Size |
|---|---|
| flow-runtime-1.0.130.pom | |
| flow-runtime-1.0.130.jar | 95 KB |
| flow-runtime-1.0.130-sources.jar | 32 KB |
| flow-runtime-1.0.130-javadoc.jar | 249 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fnproject.fn/flow-runtime/ -->
<dependency>
<groupId>com.fnproject.fn</groupId>
<artifactId>flow-runtime</artifactId>
<version>1.0.130</version>
</dependency>
// https://jarcasting.com/artifacts/com.fnproject.fn/flow-runtime/
implementation 'com.fnproject.fn:flow-runtime:1.0.130'
// https://jarcasting.com/artifacts/com.fnproject.fn/flow-runtime/
implementation ("com.fnproject.fn:flow-runtime:1.0.130")
'com.fnproject.fn:flow-runtime:jar:1.0.130'
<dependency org="com.fnproject.fn" name="flow-runtime" rev="1.0.130">
<artifact name="flow-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fnproject.fn', module='flow-runtime', version='1.0.130')
)
libraryDependencies += "com.fnproject.fn" % "flow-runtime" % "1.0.130"
[com.fnproject.fn/flow-runtime "1.0.130"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fnproject.fn : api | jar | 1.0.130 |
| com.fnproject.fn : flow-api | jar | 1.0.130 |
| com.fnproject.fn : runtime | jar | 1.0.130 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.fnproject.fn : testing-junit4 | jar | 1.0.130 |
| org.mockito : mockito-core | jar | 3.3.3 |
| junit : junit | jar | 4.13.1 |
| org.assertj : assertj-core | jar | 3.16.1 |
| org.apache.httpcomponents : httpclient | jar | 4.5.12 |