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