Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-alpn-parent |
Version | Version9.2.0.RC0 |
Type | Typepom |
Filename | Size |
---|---|
jetty-alpn-parent-9.2.0.RC0.pom | 704 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-alpn-parent/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn-parent</artifactId>
<version>9.2.0.RC0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-alpn-parent/
implementation 'org.eclipse.jetty:jetty-alpn-parent:9.2.0.RC0'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-alpn-parent/
implementation ("org.eclipse.jetty:jetty-alpn-parent:9.2.0.RC0")
'org.eclipse.jetty:jetty-alpn-parent:pom:9.2.0.RC0'
<dependency org="org.eclipse.jetty" name="jetty-alpn-parent" rev="9.2.0.RC0">
<artifact name="jetty-alpn-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-alpn-parent', version='9.2.0.RC0')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-alpn-parent" % "9.2.0.RC0"
[org.eclipse.jetty/jetty-alpn-parent "9.2.0.RC0"]