Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.ops4j.pax.web.samples |
ArtifactId | ArtifactIdwar-formauth |
Version | Version4.1.2 |
Type | Typewar |
Filename | Size |
---|---|
war-formauth-4.1.2.pom | |
war-formauth-4.1.2.war | 32 KB |
war-formauth-4.1.2-sources.jar | 1 KB |
war-formauth-4.1.2-javadoc.jar | 27 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>4.1.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/war-formauth/
implementation 'org.ops4j.pax.web.samples:war-formauth:4.1.2'
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/war-formauth/
implementation ("org.ops4j.pax.web.samples:war-formauth:4.1.2")
'org.ops4j.pax.web.samples:war-formauth:war:4.1.2'
<dependency org="org.ops4j.pax.web.samples" name="war-formauth" rev="4.1.2">
<artifact name="war-formauth" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web.samples', module='war-formauth', version='4.1.2')
)
libraryDependencies += "org.ops4j.pax.web.samples" % "war-formauth" % "4.1.2"
[org.ops4j.pax.web.samples/war-formauth "4.1.2"]