GroupId | GroupIdflux |
---|---|
ArtifactId | ArtifactIdflux-tests |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFlux Tests
Functional tests using JUnit
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
flux-tests-1.0.1.pom | |
flux-tests-1.0.1.jar | 1 KB |
flux-tests-1.0.1-javadoc.jar | 334 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/flux/flux-tests/ -->
<dependency>
<groupId>flux</groupId>
<artifactId>flux-tests</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/flux/flux-tests/
implementation 'flux:flux-tests:1.0.1'
// https://jarcasting.com/artifacts/flux/flux-tests/
implementation ("flux:flux-tests:1.0.1")
'flux:flux-tests:jar:1.0.1'
<dependency org="flux" name="flux-tests" rev="1.0.1">
<artifact name="flux-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='flux', module='flux-tests', version='1.0.1')
)
libraryDependencies += "flux" % "flux-tests" % "1.0.1"
[flux/flux-tests "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
flux : flux | jar | 7.10.1 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.jettison : jettison | jar | 1.2 |
junit : junit | jar | 4.8.2 |
commons-logging : commons-logging | jar | 1.1.1 |