| License | License | 
|---|---|
| Categories | CategoriesJetty Container Application Servers | 
| GroupId | GroupIdorg.mortbay.jetty | 
| ArtifactId | ArtifactIdjetty-setuid | 
| Version | Version8.1.16.v20140903 | 
| Type | Typepom | 
| Description | DescriptionJetty SetUID Jetty integrations and distributions | 
| Project URL | Project URL | 
| Project Organization | Project OrganizationMort Bay Consulting | 
| Filename | Size | 
|---|---|
| jetty-setuid-8.1.16.v20140903.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-setuid/ -->
<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jetty-setuid</artifactId>
    <version>8.1.16.v20140903</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-setuid/
implementation 'org.mortbay.jetty:jetty-setuid:8.1.16.v20140903'// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-setuid/
implementation ("org.mortbay.jetty:jetty-setuid:8.1.16.v20140903")'org.mortbay.jetty:jetty-setuid:pom:8.1.16.v20140903'<dependency org="org.mortbay.jetty" name="jetty-setuid" rev="8.1.16.v20140903">
  <artifact name="jetty-setuid" type="pom" />
</dependency>@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-setuid', version='8.1.16.v20140903')
)libraryDependencies += "org.mortbay.jetty" % "jetty-setuid" % "8.1.16.v20140903"[org.mortbay.jetty/jetty-setuid "8.1.16.v20140903"]