MVN

net.sourceforge.pmd : pmd-test-schema

Maven & Gradle

May 30, 2023
4.3k stars

PMD Test Schema · Parser for the XML test description format. The module has no dependency on junit or other test-only dependencies.

<dependency>
    <groupId>net.sourceforge.pmd</groupId>
    <artifactId>pmd-test-schema</artifactId>
    <version>6.55.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.pmd : pmd-test-schema to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.55.0
  • Latest Release Candidate: 7.0.0-rc3

All Versions

Choose a version of net.sourceforge.pmd : pmd-test-schema to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
pmd-test-schema-7.0.0-rc3
pmd-test-schema-7.0.0-rc2
pmd-test-schema-7.0.0-rc1
6.55.x
pmd-test-schema-6.55.0
6.54.x
pmd-test-schema-6.54.0
6.53.x
pmd-test-schema-6.53.0
6.52.x
pmd-test-schema-6.52.0
6.51.x
pmd-test-schema-6.51.0
6.50.x
pmd-test-schema-6.50.0
6.49.x
pmd-test-schema-6.49.0
6.48.x
pmd-test-schema-6.48.0

How to add a dependency to Maven

Add the following net.sourceforge.pmd : pmd-test-schema maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.pmd</groupId>
    <artifactId>pmd-test-schema</artifactId>
    <version>6.55.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.pmd : pmd-test-schema gradle dependency to your build.gradle file:

implementation 'net.sourceforge.pmd:pmd-test-schema:6.55.0'

Gradle Kotlin DSL: Add the following net.sourceforge.pmd : pmd-test-schema gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.pmd:pmd-test-schema:6.55.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.pmd : pmd-test-schema sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.pmd" % "pmd-test-schema" % "6.55.0"

Advertisement