is not current version
Last Version 2.1.5

org.safehaus.jettyjam:jettyjam-utils 2.0.0

A set of utilities used to setup embedded launchers and test with Jetty.

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.safehaus.jettyjam
ArtifactId

ArtifactId

jettyjam-utils
Version

Version

2.0.0
Type

Type

jar

Download jettyjam-utils 2.0.0


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