License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers CLI User Interface |
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-npn-parent |
Last Version | Last Version9.3.0.M1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJetty :: NPN :: Parent
Administrative parent pom for Jetty modules
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jetty-npn-parent-9.3.0.M1.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.M1</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.M1'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-npn-parent/
implementation ("org.eclipse.jetty:jetty-npn-parent:9.3.0.M1")
'org.eclipse.jetty:jetty-npn-parent:pom:9.3.0.M1'
<dependency org="org.eclipse.jetty" name="jetty-npn-parent" rev="9.3.0.M1">
<artifact name="jetty-npn-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-npn-parent', version='9.3.0.M1')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-npn-parent" % "9.3.0.M1"
[org.eclipse.jetty/jetty-npn-parent "9.3.0.M1"]