Download powerunit-0.4.0.jar file - Jar p

Jar examples for p:powerunit

Description

This is a test framework for the JDK 1.8.

You can download jar file powerunit 0.4.0 in this page.

License

GNU General Public License (GPL)

Build File

You can use the following script to add powerunit-0.4.0.jar to your project.

<dependency>
   <groupId>ch.powerunit</groupId>
   <artifactId>powerunit</artifactId>
   <version>0.4.0</version>
</dependency>
compile group: 'ch.powerunit', name: 'powerunit', version: '0.4.0'
libraryDependencies += "ch.powerunit" % "powerunit" % "0.4.0"
<dependency org="ch.powerunit" name="powerunit" rev="0.4.0"/>
@Grapes(@Grab(group='ch.powerunit', module='powerunit', version='0.4.0'))
'ch.powerunit:powerunit:jar:0.4.0'

Download

Click the following link to download the jar file.

powerunit-0.4.0-javadoc.jar
powerunit-0.4.0-sources.jar
powerunit-0.4.0.jar
powerunit-0.4.0.pom



Related Tutorials