is not current version
Last Version 3.0.0

org.needle4j:needle4j 2.3

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.

License

License

GroupId

GroupId

org.needle4j
ArtifactId

ArtifactId

needle4j
Version

Version

2.3
Type

Type

jar
Description

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.
Project URL

Project URL

http://www.needle4j.org

Download needle4j 2.3


<!-- https://jarcasting.com/artifacts/org.needle4j/needle4j/ -->
<dependency>
    <groupId>org.needle4j</groupId>
    <artifactId>needle4j</artifactId>
    <version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.needle4j/needle4j/
implementation 'org.needle4j:needle4j:2.3'
// https://jarcasting.com/artifacts/org.needle4j/needle4j/
implementation ("org.needle4j:needle4j:2.3")
'org.needle4j:needle4j:jar:2.3'
<dependency org="org.needle4j" name="needle4j" rev="2.3">
  <artifact name="needle4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.needle4j', module='needle4j', version='2.3')
)
libraryDependencies += "org.needle4j" % "needle4j" % "2.3"
[org.needle4j/needle4j "2.3"]

Dependencies

compile (8)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.2
org.hibernate.javax.persistence : hibernate-jpa-2.0-api Optional jar 1.0.0.Final
org.hibernate : hibernate-entitymanager Optional jar 3.6.0.Final
javax.transaction : jta Optional jar 1.1
javax.ejb : ejb-api Optional jar 3.0
javax.inject : javax.inject Optional jar 1
javax.enterprise : cdi-api Optional jar 1.1
org.jboss.spec.javax.xml.rpc : jboss-jaxrpc-api_1.1_spec Optional jar 1.0.0.Final

provided (4)

Group / Artifact Type Version
junit : junit Optional jar 4.11
org.testng : testng Optional jar 6.1.1
org.easymock : easymock Optional jar 3.2
org.mockito : mockito-core Optional jar 1.9.5

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.2
org.hsqldb : hsqldb jar 2.2.8
com.h2database : h2 jar 1.3.170

Project Modules

There are no modules declared in this project.