Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-client |
Version | Version10.0.10 |
Type | Typejar |
Filename | Size |
---|---|
jetty-client-10.0.10.pom | |
jetty-client-10.0.10.jar | 380 KB |
jetty-client-10.0.10-sources.jar | 199 KB |
jetty-client-10.0.10-javadoc.jar | 1 MB |
jetty-client-10.0.10-hybrid.jar | 1 MB |
jetty-client-10.0.10-config.jar | 669 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-client/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
<version>10.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-client/
implementation 'org.eclipse.jetty:jetty-client:10.0.10'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-client/
implementation ("org.eclipse.jetty:jetty-client:10.0.10")
'org.eclipse.jetty:jetty-client:jar:10.0.10'
<dependency org="org.eclipse.jetty" name="jetty-client" rev="10.0.10">
<artifact name="jetty-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-client', version='10.0.10')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-client" % "10.0.10"
[org.eclipse.jetty/jetty-client "10.0.10"]