Download test-starter-0.1.2.jar file - Jar t

Jar examples for t:test-starter

Description

The test starter for Java development

You can download jar file test-starter 0.1.2 in this page.

Build File

You can use the following script to add test-starter-0.1.2.jar to your project.

<dependency>
   <groupId>com.github.spt-oss</groupId>
   <artifactId>test-starter</artifactId>
   <version>0.1.2</version>
</dependency>
compile group: 'com.github.spt-oss', name: 'test-starter', version: '0.1.2'
libraryDependencies += "com.github.spt-oss" % "test-starter" % "0.1.2"
<dependency org="com.github.spt-oss" name="test-starter" rev="0.1.2"/>
@Grapes(@Grab(group='com.github.spt-oss', module='test-starter', version='0.1.2'))
'com.github.spt-oss:test-starter:jar:0.1.2'

Download

Click the following link to download the jar file.

test-starter-0.1.2.jar
test-starter-0.1.2.pom



Related Tutorials