| License |
License |
|---|---|
| GroupId | GroupIdcom.github.roneetshaw |
| ArtifactId | ArtifactIdflow-api |
| Last Version | Last Version2.0.21 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThe Function Development Kit for Java makes it easy to build and deploy Java functions to Fn
|
| Filename | Size |
|---|---|
| flow-api-2.0.21.pom | |
| flow-api-2.0.21.jar | 33 KB |
| flow-api-2.0.21-sources.jar | 25 KB |
| flow-api-2.0.21-javadoc.jar | 157 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.roneetshaw/flow-api/ -->
<dependency>
<groupId>com.github.roneetshaw</groupId>
<artifactId>flow-api</artifactId>
<version>2.0.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.roneetshaw/flow-api/
implementation 'com.github.roneetshaw:flow-api:2.0.21'
// https://jarcasting.com/artifacts/com.github.roneetshaw/flow-api/
implementation ("com.github.roneetshaw:flow-api:2.0.21")
'com.github.roneetshaw:flow-api:jar:2.0.21'
<dependency org="com.github.roneetshaw" name="flow-api" rev="2.0.21">
<artifact name="flow-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.roneetshaw', module='flow-api', version='2.0.21')
)
libraryDependencies += "com.github.roneetshaw" % "flow-api" % "2.0.21"
[com.github.roneetshaw/flow-api "2.0.21"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.roneetshaw : api | jar | 2.0.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.assertj : assertj-core | jar | 3.16.1 |