is not current version
Last Version 1.0.1

org.safehaus.jettyjam:utils 1.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

utils
Version

Version

1.0.0
Type

Type

jar

Download utils 1.0.0


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