License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers JAAS: Jakarta Authentication & Jakarta Authorization Jakarta EE Jakarta Security |
GroupId | GroupIdorg.mortbay.jetty.example |
ArtifactId | ArtifactIdjaas-example-webapp |
Last Version | Last Version7.0.0.pre5 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionJetty Example :: JAAS Test Webapp
|
Project Organization |
Project OrganizationMort Bay Consulting |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty.example/jaas-example-webapp/ -->
<dependency>
<groupId>org.mortbay.jetty.example</groupId>
<artifactId>jaas-example-webapp</artifactId>
<version>7.0.0.pre5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty.example/jaas-example-webapp/
implementation 'org.mortbay.jetty.example:jaas-example-webapp:7.0.0.pre5'
// https://jarcasting.com/artifacts/org.mortbay.jetty.example/jaas-example-webapp/
implementation ("org.mortbay.jetty.example:jaas-example-webapp:7.0.0.pre5")
'org.mortbay.jetty.example:jaas-example-webapp:war:7.0.0.pre5'
<dependency org="org.mortbay.jetty.example" name="jaas-example-webapp" rev="7.0.0.pre5">
<artifact name="jaas-example-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty.example', module='jaas-example-webapp', version='7.0.0.pre5')
)
libraryDependencies += "org.mortbay.jetty.example" % "jaas-example-webapp" % "7.0.0.pre5"
[org.mortbay.jetty.example/jaas-example-webapp "7.0.0.pre5"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet.jsp : jsp-api | jar | 2.1 |