| GroupId | GroupIdio.nflow |
|---|---|
| ArtifactId | ArtifactIdnflow-tests |
| Version | Version5.4.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nflow-tests-5.4.1.pom | |
| nflow-tests-5.4.1.jar | 45 MB |
| nflow-tests-5.4.1-sources.jar | 22 KB |
| nflow-tests-5.4.1-javadoc.jar | 216 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.nflow/nflow-tests/ -->
<dependency>
<groupId>io.nflow</groupId>
<artifactId>nflow-tests</artifactId>
<version>5.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.nflow/nflow-tests/
implementation 'io.nflow:nflow-tests:5.4.1'
// https://jarcasting.com/artifacts/io.nflow/nflow-tests/
implementation ("io.nflow:nflow-tests:5.4.1")
'io.nflow:nflow-tests:jar:5.4.1'
<dependency org="io.nflow" name="nflow-tests" rev="5.4.1">
<artifact name="nflow-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nflow', module='nflow-tests', version='5.4.1')
)
libraryDependencies += "io.nflow" % "nflow-tests" % "5.4.1"
[io.nflow/nflow-tests "5.4.1"]