GroupId | GroupIdorg.reddwarfserver.tools.test |
---|---|
ArtifactId | ArtifactIdsgs-test-ext |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRedDwarf Test Extension
Build utilities used by the RedDwarf build process.
Includes custom classes used for filtering JUnit tests.
|
Project URL |
Project URL |
Filename | Size |
---|---|
sgs-test-ext-1.2.pom | |
sgs-test-ext-1.2.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.reddwarfserver.tools.test/sgs-test-ext/ -->
<dependency>
<groupId>org.reddwarfserver.tools.test</groupId>
<artifactId>sgs-test-ext</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.reddwarfserver.tools.test/sgs-test-ext/
implementation 'org.reddwarfserver.tools.test:sgs-test-ext:1.2'
// https://jarcasting.com/artifacts/org.reddwarfserver.tools.test/sgs-test-ext/
implementation ("org.reddwarfserver.tools.test:sgs-test-ext:1.2")
'org.reddwarfserver.tools.test:sgs-test-ext:jar:1.2'
<dependency org="org.reddwarfserver.tools.test" name="sgs-test-ext" rev="1.2">
<artifact name="sgs-test-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reddwarfserver.tools.test', module='sgs-test-ext', version='1.2')
)
libraryDependencies += "org.reddwarfserver.tools.test" % "sgs-test-ext" % "1.2"
[org.reddwarfserver.tools.test/sgs-test-ext "1.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |
Group / Artifact | Type | Version |
---|---|---|
org.easymock : easymock | jar | 2.5.2 |