is not current version
Last Version 9.3.0.M1

org.eclipse.jetty:jetty-npn-parent 9.3.0.M0


Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty
ArtifactId

ArtifactId

jetty-npn-parent
Version

Version

9.3.0.M0
Type

Type

pom

Download jetty-npn-parent 9.3.0.M0

Filename Size
jetty-npn-parent-9.3.0.M0.pom 601 bytes
Browse

<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-npn-parent/ -->
<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-npn-parent</artifactId>
    <version>9.3.0.M0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-npn-parent/
implementation 'org.eclipse.jetty:jetty-npn-parent:9.3.0.M0'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-npn-parent/
implementation ("org.eclipse.jetty:jetty-npn-parent:9.3.0.M0")
'org.eclipse.jetty:jetty-npn-parent:pom:9.3.0.M0'
<dependency org="org.eclipse.jetty" name="jetty-npn-parent" rev="9.3.0.M0">
  <artifact name="jetty-npn-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-npn-parent', version='9.3.0.M0')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-npn-parent" % "9.3.0.M0"
[org.eclipse.jetty/jetty-npn-parent "9.3.0.M0"]