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