GroupId | GroupIdcom.github.stephenc.jetties |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version8.1.5 |
Type | Typepom |
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"]