Download testsupport-1.40.jar file - Jar t

Jar examples for t:testsupport

Description

Support for writing unit tests; should be added as a dependency with scope=test only

You can download jar file testsupport 1.40 in this page.

License

Apache License

Build File

You can use the following script to add testsupport-1.40.jar to your project.

<dependency>
   <groupId>com.khubla.pragmatach</groupId>
   <artifactId>testsupport</artifactId>
   <version>1.40</version>
</dependency>
compile group: 'com.khubla.pragmatach', name: 'testsupport', version: '1.40'
libraryDependencies += "com.khubla.pragmatach" % "testsupport" % "1.40"
<dependency org="com.khubla.pragmatach" name="testsupport" rev="1.40"/>
@Grapes(@Grab(group='com.khubla.pragmatach', module='testsupport', version='1.40'))
'com.khubla.pragmatach:testsupport:jar:1.40'

Download

Click the following link to download the jar file.

testsupport-1.40-javadoc.jar
testsupport-1.40-sources.jar
testsupport-1.40.jar
testsupport-1.40.pom



Related Tutorials