Download tdd-mixins-junit4-0.7.0.jar file - Jar t

Jar examples for t:tdd-mixins-junit4

Description

Java-8 mixins for convenient use of popular libraries in JUnit 4 test fixtures.

You can download jar file tdd-mixins-junit4 0.7.0 in this page.

License

Mozilla Public License 2.0

Build File

You can use the following script to add tdd-mixins-junit4-0.7.0.jar to your project.

<dependency>
   <groupId>com.github.aro-tech</groupId>
   <artifactId>tdd-mixins-junit4</artifactId>
   <version>0.7.0</version>
</dependency>
compile group: 'com.github.aro-tech', name: 'tdd-mixins-junit4', version: '0.7.0'
libraryDependencies += "com.github.aro-tech" % "tdd-mixins-junit4" % "0.7.0"
<dependency org="com.github.aro-tech" name="tdd-mixins-junit4" rev="0.7.0"/>
@Grapes(@Grab(group='com.github.aro-tech', module='tdd-mixins-junit4', version='0.7.0'))
'com.github.aro-tech:tdd-mixins-junit4:jar:0.7.0'

Download

Click the following link to download the jar file.

tdd-mixins-junit4-0.7.0-jar-with-dependencies.jar
tdd-mixins-junit4-0.7.0-javadoc.jar
tdd-mixins-junit4-0.7.0-sources.jar
tdd-mixins-junit4-0.7.0.jar
tdd-mixins-junit4-0.7.0.pom



Related Tutorials