Download junit-core-0.1.1.jar file - Jar j

Jar examples for j:junit-core

Description

You can download jar file junit-core 0.1.1 in this page.

License

Apache License

Build File

You can use the following script to add junit-core-0.1.1.jar to your project.

<dependency>
   <groupId>com.fitbur.testify.junit</groupId>
   <artifactId>junit-core</artifactId>
   <version>0.1.1</version>
</dependency>
compile group: 'com.fitbur.testify.junit', name: 'junit-core', version: '0.1.1'
libraryDependencies += "com.fitbur.testify.junit" % "junit-core" % "0.1.1"
<dependency org="com.fitbur.testify.junit" name="junit-core" rev="0.1.1"/>
@Grapes(@Grab(group='com.fitbur.testify.junit', module='junit-core', version='0.1.1'))
'com.fitbur.testify.junit:junit-core:jar:0.1.1'

Download

Click the following link to download the jar file.

junit-core-0.1.1-javadoc.jar
junit-core-0.1.1-sources.jar
junit-core-0.1.1.jar
junit-core-0.1.1.pom



Related Tutorials