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