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