MVN

com.parasoft.jtest : jtest

Maven & Gradle

Jan 11, 2007

Jtest · Parasoft Jtest is a comprehensive Java testing product for development teams building Java EE, SOA, Web, and other Java applications. It promotes a �test early and often� strategy so that quality is built into the code, and bugs are exposed upon introduction�when fixing them requires minimal rework. By providing fast and easy ways to apply a comprehensive set of testing techniques, Jtest gives even the busiest teams a practical way to ensure that their code works as expected.

<dependency>
    <groupId>com.parasoft.jtest</groupId>
    <artifactId>jtest</artifactId>
    <version>8.0.122</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.parasoft.jtest : jtest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.122

All Versions

Choose a version of com.parasoft.jtest : jtest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
jtest-8.0.122
7.5.x
jtest-7.5.72

How to add a dependency to Maven

Add the following com.parasoft.jtest : jtest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.parasoft.jtest</groupId>
    <artifactId>jtest</artifactId>
    <version>8.0.122</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.parasoft.jtest : jtest gradle dependency to your build.gradle file:

implementation 'com.parasoft.jtest:jtest:8.0.122'

Gradle Kotlin DSL: Add the following com.parasoft.jtest : jtest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.parasoft.jtest:jtest:8.0.122")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.parasoft.jtest : jtest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.parasoft.jtest" % "jtest" % "8.0.122"

Advertisement