License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.safehaus.jettyjam |
ArtifactId | ArtifactIdjettyjam-utils |
Last Version | Last Version2.1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJettyJam Utils
A set of utilities used to setup embedded launchers and test with Jetty.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jettyjam-utils-2.1.5.pom | |
jettyjam-utils-2.1.5.jar | 50 KB |
jettyjam-utils-2.1.5-sources.jar | 26 KB |
jettyjam-utils-2.1.5-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-utils/ -->
<dependency>
<groupId>org.safehaus.jettyjam</groupId>
<artifactId>jettyjam-utils</artifactId>
<version>2.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-utils/
implementation 'org.safehaus.jettyjam:jettyjam-utils:2.1.5'
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-utils/
implementation ("org.safehaus.jettyjam:jettyjam-utils:2.1.5")
'org.safehaus.jettyjam:jettyjam-utils:jar:2.1.5'
<dependency org="org.safehaus.jettyjam" name="jettyjam-utils" rev="2.1.5">
<artifact name="jettyjam-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.safehaus.jettyjam', module='jettyjam-utils', version='2.1.5')
)
libraryDependencies += "org.safehaus.jettyjam" % "jettyjam-utils" % "2.1.5"
[org.safehaus.jettyjam/jettyjam-utils "2.1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-servlet | jar | 9.1.2.v20140210 |
org.eclipse.jetty : jetty-server | jar | 9.1.2.v20140210 |
org.eclipse.jetty : jetty-webapp | jar | 9.1.2.v20140210 |
com.sun.jersey : jersey-client | jar | 1.18 |
junit : junit | jar | 4.11 |
org.slf4j : slf4j-api | jar | 1.6.1 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |