Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-xml |
Version | Version7.6.0.RC1 |
Type | Typejar |
Filename | Size |
---|---|
jetty-xml-7.6.0.RC1.pom | |
jetty-xml-7.6.0.RC1.jar | 33 KB |
jetty-xml-7.6.0.RC1-sources.jar | 18 KB |
jetty-xml-7.6.0.RC1-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-xml/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-xml</artifactId>
<version>7.6.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-xml/
implementation 'org.eclipse.jetty:jetty-xml:7.6.0.RC1'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-xml/
implementation ("org.eclipse.jetty:jetty-xml:7.6.0.RC1")
'org.eclipse.jetty:jetty-xml:jar:7.6.0.RC1'
<dependency org="org.eclipse.jetty" name="jetty-xml" rev="7.6.0.RC1">
<artifact name="jetty-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-xml', version='7.6.0.RC1')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-xml" % "7.6.0.RC1"
[org.eclipse.jetty/jetty-xml "7.6.0.RC1"]