Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.ops4j.pax.web.samples |
ArtifactId | ArtifactIdwar-formauth |
Version | Version3.0.8 |
Type | Typewar |
Filename | Size |
---|---|
war-formauth-3.0.8.pom | |
war-formauth-3.0.8.war | 31 KB |
war-formauth-3.0.8-sources.jar | 1 KB |
war-formauth-3.0.8-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/war-formauth/ -->
<dependency>
<groupId>org.ops4j.pax.web.samples</groupId>
<artifactId>war-formauth</artifactId>
<version>3.0.8</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/war-formauth/
implementation 'org.ops4j.pax.web.samples:war-formauth:3.0.8'
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/war-formauth/
implementation ("org.ops4j.pax.web.samples:war-formauth:3.0.8")
'org.ops4j.pax.web.samples:war-formauth:war:3.0.8'
<dependency org="org.ops4j.pax.web.samples" name="war-formauth" rev="3.0.8">
<artifact name="war-formauth" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web.samples', module='war-formauth', version='3.0.8')
)
libraryDependencies += "org.ops4j.pax.web.samples" % "war-formauth" % "3.0.8"
[org.ops4j.pax.web.samples/war-formauth "3.0.8"]