| GroupId | GroupIdorg.ops4j.pax.web.samples |
|---|---|
| ArtifactId | ArtifactIdwar-authentication |
| Version | Version3.0.0.M3 |
| Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/war-authentication/ -->
<dependency>
<groupId>org.ops4j.pax.web.samples</groupId>
<artifactId>war-authentication</artifactId>
<version>3.0.0.M3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/war-authentication/
implementation 'org.ops4j.pax.web.samples:war-authentication:3.0.0.M3'
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/war-authentication/
implementation ("org.ops4j.pax.web.samples:war-authentication:3.0.0.M3")
'org.ops4j.pax.web.samples:war-authentication:war:3.0.0.M3'
<dependency org="org.ops4j.pax.web.samples" name="war-authentication" rev="3.0.0.M3">
<artifact name="war-authentication" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web.samples', module='war-authentication', version='3.0.0.M3')
)
libraryDependencies += "org.ops4j.pax.web.samples" % "war-authentication" % "3.0.0.M3"
[org.ops4j.pax.web.samples/war-authentication "3.0.0.M3"]