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