sandbox-test-support
Support utilities for testing
Download
Work in progress!
License |
License |
---|---|
GroupId | GroupIdes.sandbox.test |
ArtifactId | ArtifactIdsandbox-test-support |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSupport library for testing
Support utilities for testing
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sandbox-test-support-1.0.1.pom | |
sandbox-test-support-1.0.1.jar | 15 KB |
sandbox-test-support-1.0.1-sources.jar | 7 KB |
sandbox-test-support-1.0.1-javadoc.jar | 797 KB |
Browse |
<!-- https://jarcasting.com/artifacts/es.sandbox.test/sandbox-test-support/ -->
<dependency>
<groupId>es.sandbox.test</groupId>
<artifactId>sandbox-test-support</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/es.sandbox.test/sandbox-test-support/
implementation 'es.sandbox.test:sandbox-test-support:1.0.1'
// https://jarcasting.com/artifacts/es.sandbox.test/sandbox-test-support/
implementation ("es.sandbox.test:sandbox-test-support:1.0.1")
'es.sandbox.test:sandbox-test-support:jar:1.0.1'
<dependency org="es.sandbox.test" name="sandbox-test-support" rev="1.0.1">
<artifact name="sandbox-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.sandbox.test', module='sandbox-test-support', version='1.0.1')
)
libraryDependencies += "es.sandbox.test" % "sandbox-test-support" % "1.0.1"
[es.sandbox.test/sandbox-test-support "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.4 |
joda-time : joda-time Optional | jar | 2.9.4 |
org.assertj : assertj-core | jar | 3.5.2 |
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Support utilities for testing
Work in progress!