Categories |
CategoriesJetty Container Application Servers JAAS: Jakarta Authentication & Jakarta Authorization Jakarta EE Jakarta Security CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-jaas |
Version | Version9.0.6.v20130930 |
Type | Typejar |
Filename | Size |
---|---|
jetty-jaas-9.0.6.v20130930.pom | |
jetty-jaas-9.0.6.v20130930.jar | 36 KB |
jetty-jaas-9.0.6.v20130930-sources.jar | 28 KB |
jetty-jaas-9.0.6.v20130930-javadoc.jar | 144 KB |
jetty-jaas-9.0.6.v20130930-config.jar | 884 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-jaas/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jaas</artifactId>
<version>9.0.6.v20130930</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-jaas/
implementation 'org.eclipse.jetty:jetty-jaas:9.0.6.v20130930'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-jaas/
implementation ("org.eclipse.jetty:jetty-jaas:9.0.6.v20130930")
'org.eclipse.jetty:jetty-jaas:jar:9.0.6.v20130930'
<dependency org="org.eclipse.jetty" name="jetty-jaas" rev="9.0.6.v20130930">
<artifact name="jetty-jaas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-jaas', version='9.0.6.v20130930')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-jaas" % "9.0.6.v20130930"
[org.eclipse.jetty/jetty-jaas "9.0.6.v20130930"]