Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-alpn-client |
Version | Version9.3.0.M2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-alpn-client/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn-client</artifactId>
<version>9.3.0.M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-alpn-client/
implementation 'org.eclipse.jetty:jetty-alpn-client:9.3.0.M2'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-alpn-client/
implementation ("org.eclipse.jetty:jetty-alpn-client:9.3.0.M2")
'org.eclipse.jetty:jetty-alpn-client:jar:9.3.0.M2'
<dependency org="org.eclipse.jetty" name="jetty-alpn-client" rev="9.3.0.M2">
<artifact name="jetty-alpn-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-alpn-client', version='9.3.0.M2')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-alpn-client" % "9.3.0.M2"
[org.eclipse.jetty/jetty-alpn-client "9.3.0.M2"]