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