License |
License |
---|---|
GroupId | GroupIdbe.redlab.testhelpers |
ArtifactId | ArtifactIdtesthelpers |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontesthelpers
Simple classes that can be useful for writing tests.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
testhelpers-1.0.0.pom | |
testhelpers-1.0.0.jar | 5 KB |
testhelpers-1.0.0-sources.jar | 2 KB |
testhelpers-1.0.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.redlab.testhelpers/testhelpers/ -->
<dependency>
<groupId>be.redlab.testhelpers</groupId>
<artifactId>testhelpers</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/be.redlab.testhelpers/testhelpers/
implementation 'be.redlab.testhelpers:testhelpers:1.0.0'
// https://jarcasting.com/artifacts/be.redlab.testhelpers/testhelpers/
implementation ("be.redlab.testhelpers:testhelpers:1.0.0")
'be.redlab.testhelpers:testhelpers:jar:1.0.0'
<dependency org="be.redlab.testhelpers" name="testhelpers" rev="1.0.0">
<artifact name="testhelpers" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.redlab.testhelpers', module='testhelpers', version='1.0.0')
)
libraryDependencies += "be.redlab.testhelpers" % "testhelpers" % "1.0.0"
[be.redlab.testhelpers/testhelpers "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1-b04 |