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