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