Download sft-core-1.10.jar file - Jar s

Jar examples for s:sft-core

Description

A JUnit extension to easily adopt functional testing and acceptance testing

You can download jar file sft-core 1.10 in this page.

License

Eclipse Public License 1.0

Build File

You can use the following script to add sft-core-1.10.jar to your project.

<dependency>
   <groupId>com.github.slezier</groupId>
   <artifactId>sft-core</artifactId>
   <version>1.10</version>
</dependency>
compile group: 'com.github.slezier', name: 'sft-core', version: '1.10'
libraryDependencies += "com.github.slezier" % "sft-core" % "1.10"
<dependency org="com.github.slezier" name="sft-core" rev="1.10"/>
@Grapes(@Grab(group='com.github.slezier', module='sft-core', version='1.10'))
'com.github.slezier:sft-core:jar:1.10'

Download

Click the following link to download the jar file.

sft-core-1.10-javadoc.jar
sft-core-1.10-sources.jar
sft-core-1.10-tests.jar
sft-core-1.10.jar
sft-core-1.10.pom



Related Tutorials