is not current version
Last Version 8.1.6

com.github.stephenc.jetties:parent 8.1.5

OS specific distributions of Jetty.

GroupId

GroupId

com.github.stephenc.jetties
ArtifactId

ArtifactId

parent
Version

Version

8.1.5
Type

Type

pom

Download parent 8.1.5

Filename Size
parent-8.1.5.pom 5 KB
Browse

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