is not current version
Last Version 1.0.0

org.jitr:jitr 1.0.0-M1

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.

GroupId

GroupId

org.jitr
ArtifactId

ArtifactId

jitr
Version

Version

1.0.0-M1
Type

Type

jar

Download jitr 1.0.0-M1


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