License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers JAAS: Jakarta Authentication & Jakarta Authorization Jakarta EE Jakarta Security |
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdtest-jaas-webapp |
Last Version | Last Version8.0.0.M2 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionJetty :: JAAS Test Webapp
Jetty integrations and distributions
|
Project Organization |
Project OrganizationMort Bay Consulting |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/test-jaas-webapp/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>test-jaas-webapp</artifactId>
<version>8.0.0.M2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/test-jaas-webapp/
implementation 'org.mortbay.jetty:test-jaas-webapp:8.0.0.M2'
// https://jarcasting.com/artifacts/org.mortbay.jetty/test-jaas-webapp/
implementation ("org.mortbay.jetty:test-jaas-webapp:8.0.0.M2")
'org.mortbay.jetty:test-jaas-webapp:war:8.0.0.M2'
<dependency org="org.mortbay.jetty" name="test-jaas-webapp" rev="8.0.0.M2">
<artifact name="test-jaas-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='test-jaas-webapp', version='8.0.0.M2')
)
libraryDependencies += "org.mortbay.jetty" % "test-jaas-webapp" % "8.0.0.M2"
[org.mortbay.jetty/test-jaas-webapp "8.0.0.M2"]