is not current version
Last Version 11.0.11

org.eclipse.jetty:jetty-security 9.4.18.v20190429

Jetty security infrastructure

Categories

Categories

Jetty Container Application Servers Security CLI User Interface
GroupId

GroupId

org.eclipse.jetty
ArtifactId

ArtifactId

jetty-security
Version

Version

9.4.18.v20190429
Type

Type

jar

Download jetty-security 9.4.18.v20190429


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