License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers Security |
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdjetty-security |
Last Version | Last Version7.0.0.pre5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJetty :: Security
Jetty security infrastructure
|
Project Organization |
Project OrganizationMort Bay Consulting |
Filename | Size |
---|---|
jetty-security-7.0.0.pre5.pom | |
jetty-security-7.0.0.pre5.jar | 61 KB |
jetty-security-7.0.0.pre5-sources.jar | 42 KB |
jetty-security-7.0.0.pre5-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-security/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-security</artifactId>
<version>7.0.0.pre5</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-security/
implementation 'org.mortbay.jetty:jetty-security:7.0.0.pre5'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-security/
implementation ("org.mortbay.jetty:jetty-security:7.0.0.pre5")
'org.mortbay.jetty:jetty-security:jar:7.0.0.pre5'
<dependency org="org.mortbay.jetty" name="jetty-security" rev="7.0.0.pre5">
<artifact name="jetty-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-security', version='7.0.0.pre5')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-security" % "7.0.0.pre5"
[org.mortbay.jetty/jetty-security "7.0.0.pre5"]
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : jetty | jar | 7.0.0.pre5 |
org.mortbay.jetty : jetty-xml | jar | 7.0.0.pre5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |