MVN

org.apache.geronimo.samples : jsp-examples-tomcat

Maven & Gradle

Jan 07, 2011
1 usages

Geronimo Samples :: jsp-examples :: plugin for tomcat · The JSP examples originally developed for Tomcat. Can be found via HTTP at /jsp-examples/ after installation. These examples give a basic introduction to JSP development along with sample code.

<dependency>
    <groupId>org.apache.geronimo.samples</groupId>
    <artifactId>jsp-examples-tomcat</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.geronimo.samples : jsp-examples-tomcat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of org.apache.geronimo.samples : jsp-examples-tomcat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
jsp-examples-tomcat-3.0-M1
2.2.x
jsp-examples-tomcat-2.2.1
2.2
jsp-examples-tomcat-2.2
2.1.x
jsp-examples-tomcat-2.1.7
jsp-examples-tomcat-2.1.2

How to add a dependency to Maven

Add the following org.apache.geronimo.samples : jsp-examples-tomcat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.geronimo.samples</groupId>
    <artifactId>jsp-examples-tomcat</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.geronimo.samples : jsp-examples-tomcat gradle dependency to your build.gradle file:

implementation 'org.apache.geronimo.samples:jsp-examples-tomcat:2.2.1'

Gradle Kotlin DSL: Add the following org.apache.geronimo.samples : jsp-examples-tomcat gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.geronimo.samples:jsp-examples-tomcat:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.geronimo.samples : jsp-examples-tomcat sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.geronimo.samples" % "jsp-examples-tomcat" % "2.2.1"