Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdjetty-setuid-parent |
Version | Version7.0.0pre2 |
Type | Typepom |
Filename | Size |
---|---|
jetty-setuid-parent-7.0.0pre2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-setuid-parent/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-setuid-parent</artifactId>
<version>7.0.0pre2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-setuid-parent/
implementation 'org.mortbay.jetty:jetty-setuid-parent:7.0.0pre2'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-setuid-parent/
implementation ("org.mortbay.jetty:jetty-setuid-parent:7.0.0pre2")
'org.mortbay.jetty:jetty-setuid-parent:pom:7.0.0pre2'
<dependency org="org.mortbay.jetty" name="jetty-setuid-parent" rev="7.0.0pre2">
<artifact name="jetty-setuid-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-setuid-parent', version='7.0.0pre2')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-setuid-parent" % "7.0.0pre2"
[org.mortbay.jetty/jetty-setuid-parent "7.0.0pre2"]