License |
License |
---|---|
Categories |
CategoriesJakarta Server Pages Jakarta EE The Web Tier |
GroupId | GroupIdorg.ops4j.pax.web.samples |
ArtifactId | ArtifactIdjsp-filter |
Last Version | Last Version8.0.4 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionOPS4J Pax Web WAR Samples - JSP Filter
Pax Web Samples
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jsp-filter-8.0.4.pom | |
jsp-filter-8.0.4.war | 6 KB |
jsp-filter-8.0.4-sources.jar | 1 KB |
jsp-filter-8.0.4-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/jsp-filter/ -->
<dependency>
<groupId>org.ops4j.pax.web.samples</groupId>
<artifactId>jsp-filter</artifactId>
<version>8.0.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/jsp-filter/
implementation 'org.ops4j.pax.web.samples:jsp-filter:8.0.4'
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/jsp-filter/
implementation ("org.ops4j.pax.web.samples:jsp-filter:8.0.4")
'org.ops4j.pax.web.samples:jsp-filter:war:8.0.4'
<dependency org="org.ops4j.pax.web.samples" name="jsp-filter" rev="8.0.4">
<artifact name="jsp-filter" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web.samples', module='jsp-filter', version='8.0.4')
)
libraryDependencies += "org.ops4j.pax.web.samples" % "jsp-filter" % "8.0.4"
[org.ops4j.pax.web.samples/jsp-filter "8.0.4"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.servlet : jakarta.servlet-api | jar | 4.0.4 |
org.slf4j : slf4j-api | jar | 1.7.35 |