License |
License |
---|---|
GroupId | GroupIdorg.jitr |
ArtifactId | ArtifactIdjitr |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionJitr
Jitr is a JUnit Integration Test Runner. It allows your web application integration tests to
easily run against a lightweight web container in the same JVM as your tests.
|
Filename | Size |
---|---|
jitr-1.0.0.pom | |
jitr-1.0.0.jar | 22 KB |
jitr-1.0.0-sources.jar | 18 KB |
jitr-1.0.0-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jitr/jitr/ -->
<dependency>
<groupId>org.jitr</groupId>
<artifactId>jitr</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jitr/jitr/
implementation 'org.jitr:jitr:1.0.0'
// https://jarcasting.com/artifacts/org.jitr/jitr/
implementation ("org.jitr:jitr:1.0.0")
'org.jitr:jitr:jar:1.0.0'
<dependency org="org.jitr" name="jitr" rev="1.0.0">
<artifact name="jitr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jitr', module='jitr', version='1.0.0')
)
libraryDependencies += "org.jitr" % "jitr" % "1.0.0"
[org.jitr/jitr "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.14 |
org.apache.tomcat : catalina Optional | jar | 6.0.18 |
org.apache.tomcat : coyote Optional | jar | 6.0.18 |
org.mortbay.jetty : jetty Optional | jar | 6.1.15 |
org.springframework : spring-test | jar | 2.5.6 |
org.springframework : spring-web | jar | 2.5.6 |
commons-lang : commons-lang | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |
Group / Artifact | Type | Version |
---|---|---|
commons-httpclient : commons-httpclient | jar | 3.1 |
org.jboss.resteasy : jaxrs-api | jar | 1.0.1.GA |
org.jboss.resteasy : resteasy-jaxrs | jar | 1.0.1.GA |
org.jboss.resteasy : resteasy-spring | jar | 1.0.1.GA |