License |
License |
---|---|
GroupId | GroupIdcom.github.stephenc.jetties |
ArtifactId | ArtifactIdparent |
Last Version | Last Version8.1.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJetty distributions Parent Project
OS specific distributions of Jetty.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-8.1.6.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.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc.jetties/parent/
implementation 'com.github.stephenc.jetties:parent:8.1.6'
// https://jarcasting.com/artifacts/com.github.stephenc.jetties/parent/
implementation ("com.github.stephenc.jetties:parent:8.1.6")
'com.github.stephenc.jetties:parent:pom:8.1.6'
<dependency org="com.github.stephenc.jetties" name="parent" rev="8.1.6">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.jetties', module='parent', version='8.1.6')
)
libraryDependencies += "com.github.stephenc.jetties" % "parent" % "8.1.6"
[com.github.stephenc.jetties/parent "8.1.6"]