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