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