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