jtest
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.parasoft.jtest</groupId> <artifactId>jtest</artifactId> <version>8.0.122</version> </dependency>
<?xml version="1.0" encoding="ISO-8859-1"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.parasoft.jtest</groupId> <artifactId>jtest</artifactId> <version>8.0.122</version> <name>Jtest</name> <url>http://www.parasoft.com/jsp/products/home.jsp?product=Jtest</url> <description> 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. </description> <organization> <name>Parasoft</name> <url>http://www.parasoft.com</url> </organization> <licenses> <license> <name>Jtest License</name> <url>http://www.parasoft.com/jsp/products/editions_licenses.jsp?product=Jtest&itemId=301</url> <distribution>manual</distribution> </license> </licenses> <dependencies> </dependencies> </project>