License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdjetty-xml |
Last Version | Last Version7.0.0.pre5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJetty :: XML utilities
The jetty xml utilities.
|
Project Organization |
Project OrganizationMort Bay Consulting |
Filename | Size |
---|---|
jetty-xml-7.0.0.pre5.pom | |
jetty-xml-7.0.0.pre5.jar | 26 KB |
jetty-xml-7.0.0.pre5-sources.jar | 15 KB |
jetty-xml-7.0.0.pre5-site-component.jar | 4 KB |
jetty-xml-7.0.0.pre5-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-xml/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-xml</artifactId>
<version>7.0.0.pre5</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-xml/
implementation 'org.mortbay.jetty:jetty-xml:7.0.0.pre5'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-xml/
implementation ("org.mortbay.jetty:jetty-xml:7.0.0.pre5")
'org.mortbay.jetty:jetty-xml:jar:7.0.0.pre5'
<dependency org="org.mortbay.jetty" name="jetty-xml" rev="7.0.0.pre5">
<artifact name="jetty-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-xml', version='7.0.0.pre5')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-xml" % "7.0.0.pre5"
[org.mortbay.jetty/jetty-xml "7.0.0.pre5"]
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : jetty-util | jar | 7.0.0.pre5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |