License |
License |
---|---|
GroupId | GroupIdorg.ops4j.pax.web.samples |
ArtifactId | ArtifactIdwar-authentication |
Version | Version8.0.2 |
Type | Typewar |
Description |
DescriptionOPS4J Pax Web WAR Samples - Basic Authentication
Pax Web Samples
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
war-authentication-8.0.2.pom | |
war-authentication-8.0.2.war | 34 KB |
war-authentication-8.0.2-sources.jar | 3 KB |
war-authentication-8.0.2-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/war-authentication/ -->
<dependency>
<groupId>org.ops4j.pax.web.samples</groupId>
<artifactId>war-authentication</artifactId>
<version>8.0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/war-authentication/
implementation 'org.ops4j.pax.web.samples:war-authentication:8.0.2'
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/war-authentication/
implementation ("org.ops4j.pax.web.samples:war-authentication:8.0.2")
'org.ops4j.pax.web.samples:war-authentication:war:8.0.2'
<dependency org="org.ops4j.pax.web.samples" name="war-authentication" rev="8.0.2">
<artifact name="war-authentication" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web.samples', module='war-authentication', version='8.0.2')
)
libraryDependencies += "org.ops4j.pax.web.samples" % "war-authentication" % "8.0.2"
[org.ops4j.pax.web.samples/war-authentication "8.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.ops4j.pax.web.samples : wc-helloworld | jar | 8.0.2 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.servlet : jakarta.servlet-api | jar | 4.0.4 |