MVN

net.sf.jsptest : jsptest-framework

Maven & Gradle

Nov 13, 2009
4 usages

Core framework · The core framework functionality for JspTest.

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

Latest Version

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

  • Latest Stable: 0.19

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement