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