Categories |
CategoriesJetty Container Application Servers Security CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-security |
Version | Version7.0.0.RC4 |
Type | Typejar |
Filename | Size |
---|---|
jetty-security-7.0.0.RC4.pom | |
jetty-security-7.0.0.RC4.jar | 64 KB |
jetty-security-7.0.0.RC4-sources.jar | 44 KB |
jetty-security-7.0.0.RC4-javadoc.jar | 223 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-security/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
<version>7.0.0.RC4</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-security/
implementation 'org.eclipse.jetty:jetty-security:7.0.0.RC4'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-security/
implementation ("org.eclipse.jetty:jetty-security:7.0.0.RC4")
'org.eclipse.jetty:jetty-security:jar:7.0.0.RC4'
<dependency org="org.eclipse.jetty" name="jetty-security" rev="7.0.0.RC4">
<artifact name="jetty-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-security', version='7.0.0.RC4')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-security" % "7.0.0.RC4"
[org.eclipse.jetty/jetty-security "7.0.0.RC4"]