| License |
License |
|---|---|
| Categories |
CategoriesNet PMD Application Testing & Monitoring Code Analysis |
| GroupId | GroupIdnet.sourceforge.pmd |
| ArtifactId | ArtifactIdpmd-test |
| Last Version | Last Version6.47.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPMD Test Framework
Contains a test framework to test rules.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| pmd-test-6.47.0.pom | |
| pmd-test-6.47.0.jar | 52 KB |
| pmd-test-6.47.0-sources.jar | 29 KB |
| pmd-test-6.47.0-javadoc.jar | 529 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.pmd/pmd-test/ -->
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-test</artifactId>
<version>6.47.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.pmd/pmd-test/
implementation 'net.sourceforge.pmd:pmd-test:6.47.0'
// https://jarcasting.com/artifacts/net.sourceforge.pmd/pmd-test/
implementation ("net.sourceforge.pmd:pmd-test:6.47.0")
'net.sourceforge.pmd:pmd-test:jar:6.47.0'
<dependency org="net.sourceforge.pmd" name="pmd-test" rev="6.47.0">
<artifact name="pmd-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.pmd', module='pmd-test', version='6.47.0')
)
libraryDependencies += "net.sourceforge.pmd" % "pmd-test" % "6.47.0"
[net.sourceforge.pmd/pmd-test "6.47.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest | jar | 2.2 |
| junit : junit | jar | 4.13.1 |
| net.sourceforge.pmd : pmd-core | jar | 6.47.0 |
| org.apache.ant : ant | jar | 1.10.12 |
| org.apache.ant : ant-testutil | jar | 1.10.12 |
| com.github.stefanbirkner : system-rules | jar | 1.19.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 2.28.2 |