Download testable-0.4.1.jar file - Jar t

Jar examples for t:testable

Description

Make your objects testable.

You can download jar file testable 0.4.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add testable-0.4.1.jar to your project.

<dependency>
   <groupId>br.com.objectos</groupId>
   <artifactId>testable</artifactId>
   <version>0.4.1</version>
</dependency>
compile group: 'br.com.objectos', name: 'testable', version: '0.4.1'
libraryDependencies += "br.com.objectos" % "testable" % "0.4.1"
<dependency org="br.com.objectos" name="testable" rev="0.4.1"/>
@Grapes(@Grab(group='br.com.objectos', module='testable', version='0.4.1'))
'br.com.objectos:testable:jar:0.4.1'

Download

Click the following link to download the jar file.

testable-0.4.1-javadoc.jar
testable-0.4.1-sources.jar
testable-0.4.1.jar
testable-0.4.1.pom



Related Tutorials