is not current version
Last Version 7.0.0.pre5

org.mortbay.jetty:jetty-security 7.0.0.pre4

Jetty security infrastructure

Categories

Categories

Jetty Container Application Servers Security
GroupId

GroupId

org.mortbay.jetty
ArtifactId

ArtifactId

jetty-security
Version

Version

7.0.0.pre4
Type

Type

jar

Download jetty-security 7.0.0.pre4


<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-security/ -->
<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jetty-security</artifactId>
    <version>7.0.0.pre4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-security/
implementation 'org.mortbay.jetty:jetty-security:7.0.0.pre4'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-security/
implementation ("org.mortbay.jetty:jetty-security:7.0.0.pre4")
'org.mortbay.jetty:jetty-security:jar:7.0.0.pre4'
<dependency org="org.mortbay.jetty" name="jetty-security" rev="7.0.0.pre4">
  <artifact name="jetty-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-security', version='7.0.0.pre4')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-security" % "7.0.0.pre4"
[org.mortbay.jetty/jetty-security "7.0.0.pre4"]