Download sgs-test-ext-1.0.jar file - Jar s

Jar examples for s:sgs-test-ext

Description

Build utilities used by the Project Darkstar build process. Includes custom classes used for filtering JUnit tests.

You can download jar file sgs-test-ext 1.0 in this page.

Build File

You can use the following script to add sgs-test-ext-1.0.jar to your project.

<dependency>
   <groupId>com.projectdarkstar.tools.test</groupId>
   <artifactId>sgs-test-ext</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.projectdarkstar.tools.test', name: 'sgs-test-ext', version: '1.0'
libraryDependencies += "com.projectdarkstar.tools.test" % "sgs-test-ext" % "1.0"
<dependency org="com.projectdarkstar.tools.test" name="sgs-test-ext" rev="1.0"/>
@Grapes(@Grab(group='com.projectdarkstar.tools.test', module='sgs-test-ext', version='1.0'))
'com.projectdarkstar.tools.test:sgs-test-ext:jar:1.0'

Download

Click the following link to download the jar file.

sgs-test-ext-1.0.jar
sgs-test-ext-1.0.pom



Related Tutorials