Download jutf-1.0.3.jar file - Jar j

Jar examples for j:jutf

Description

Java Unit Test Framework

You can download jar file jutf 1.0.3 in this page.

License

Apache 2

Build File

You can use the following script to add jutf-1.0.3.jar to your project.

<dependency>
   <groupId>com.github.knightliao.test</groupId>
   <artifactId>jutf</artifactId>
   <version>1.0.3</version>
</dependency>
compile group: 'com.github.knightliao.test', name: 'jutf', version: '1.0.3'
libraryDependencies += "com.github.knightliao.test" % "jutf" % "1.0.3"
<dependency org="com.github.knightliao.test" name="jutf" rev="1.0.3"/>
@Grapes(@Grab(group='com.github.knightliao.test', module='jutf', version='1.0.3'))
'com.github.knightliao.test:jutf:jar:1.0.3'

Download

Click the following link to download the jar file.

jutf-1.0.3-javadoc.jar
jutf-1.0.3-sources.jar
jutf-1.0.3.jar
jutf-1.0.3.pom



Related Tutorials