License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.safehaus.jettyjam |
ArtifactId | ArtifactIdutils |
Last Version | Last Version1.0.1 |
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 |
---|---|
utils-1.0.1.pom | |
utils-1.0.1.jar | 32 KB |
utils-1.0.1-sources.jar | 15 KB |
utils-1.0.1-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.safehaus.jettyjam/utils/ -->
<dependency>
<groupId>org.safehaus.jettyjam</groupId>
<artifactId>utils</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/utils/
implementation 'org.safehaus.jettyjam:utils:1.0.1'
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/utils/
implementation ("org.safehaus.jettyjam:utils:1.0.1")
'org.safehaus.jettyjam:utils:jar:1.0.1'
<dependency org="org.safehaus.jettyjam" name="utils" rev="1.0.1">
<artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.safehaus.jettyjam', module='utils', version='1.0.1')
)
libraryDependencies += "org.safehaus.jettyjam" % "utils" % "1.0.1"
[org.safehaus.jettyjam/utils "1.0.1"]
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 |