Download jbosscc-needle-2.2.jar file - Jar j

Jar examples for j:jbosscc-needle

Description

Needle is a lightweight framework for testing Java EE components outside of the container in isolation. It reduces the test setup code by analysing dependencies and automatic injection of mock objects. It will thus maximize the speed of development as well as the execution of unit tests.

You can download jar file jbosscc-needle 2.2 in this page.

License

lgpl

Build File

You can use the following script to add jbosscc-needle-2.2.jar to your project.

<dependency>
   <groupId>de.akquinet.jbosscc</groupId>
   <artifactId>jbosscc-needle</artifactId>
   <version>2.2</version>
</dependency>
compile group: 'de.akquinet.jbosscc', name: 'jbosscc-needle', version: '2.2'
libraryDependencies += "de.akquinet.jbosscc" % "jbosscc-needle" % "2.2"
<dependency org="de.akquinet.jbosscc" name="jbosscc-needle" rev="2.2"/>
@Grapes(@Grab(group='de.akquinet.jbosscc', module='jbosscc-needle', version='2.2'))
'de.akquinet.jbosscc:jbosscc-needle:jar:2.2'

Download

Click the following link to download the jar file.

jbosscc-needle-2.2-javadoc.jar
jbosscc-needle-2.2-sources.jar
jbosscc-needle-2.2.jar
jbosscc-needle-2.2.pom



Related Tutorials