<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-xml</artifactId> <version>7.0.2.RC0</version> </dependency>
implementation 'org.eclipse.jetty:jetty-xml:7.0.2.RC0'
implementation("org.eclipse.jetty:jetty-xml:7.0.2.RC0")
libraryDependencies += "org.eclipse.jetty" % "jetty-xml" % "7.0.2.RC0"
@Grapes( @Grab(group='org.eclipse.jetty', module='jetty-xml', version='7.0.2.RC0') )
<dependency org="org.eclipse.jetty" name="jetty-xml" rev="7.0.2.RC0" />
[org.eclipse.jetty/jetty-xml "7.0.2.RC0"]
'org.eclipse.jetty:jetty-xml:jar:7.0.2.RC0'
<parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> <version>7.0.2.RC0</version> </parent>
compile
|-- org.eclipse.jetty:jetty-util
test
|-- junit:junit