MVN

net.sf.jsptest : jsptest-common

Maven & Gradle

Nov 13, 2009
2 usages

Common utilities · Common utilities for the components of JspTest, including the JSP version-specific compiler implementations.

<dependency>
    <groupId>net.sf.jsptest</groupId>
    <artifactId>jsptest-common</artifactId>
    <version>0.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.jsptest : jsptest-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.19

All Versions

Choose a version of net.sf.jsptest : jsptest-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.19
jsptest-common-0.19
0.18
jsptest-common-0.18
0.17
jsptest-common-0.17
0.16
jsptest-common-0.16
0.15
jsptest-common-0.15
0.14
jsptest-common-0.14
0.13
jsptest-common-0.13
0.12
jsptest-common-0.12
0.11
jsptest-common-0.11

How to add a dependency to Maven

Add the following net.sf.jsptest : jsptest-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.jsptest</groupId>
    <artifactId>jsptest-common</artifactId>
    <version>0.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.jsptest : jsptest-common gradle dependency to your build.gradle file:

implementation 'net.sf.jsptest:jsptest-common:0.19'

Gradle Kotlin DSL: Add the following net.sf.jsptest : jsptest-common gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.jsptest:jsptest-common:0.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.jsptest : jsptest-common sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.jsptest" % "jsptest-common" % "0.19"