Download jee-itf-1.0.0.jar file - Jar j

Jar examples for j:jee-itf

Description

Custom integration test framework to run tests directly into an application container.

You can download jar file jee-itf 1.0.0 in this page.

License

MIT License

Build File

You can use the following script to add jee-itf-1.0.0.jar to your project.

<dependency>
   <groupId>io.probedock</groupId>
   <artifactId>jee-itf</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'io.probedock', name: 'jee-itf', version: '1.0.0'
libraryDependencies += "io.probedock" % "jee-itf" % "1.0.0"
<dependency org="io.probedock" name="jee-itf" rev="1.0.0"/>
@Grapes(@Grab(group='io.probedock', module='jee-itf', version='1.0.0'))
'io.probedock:jee-itf:jar:1.0.0'

Download

Click the following link to download the jar file.

jee-itf-1.0.0-javadoc.jar
jee-itf-1.0.0-sources.jar
jee-itf-1.0.0.jar
jee-itf-1.0.0.pom



Related Tutorials