<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-lang-test</artifactId>
<version>6.23.0</version>
</dependency>
@Grapes(
@Grab(group='net.sourceforge.pmd', module='pmd-lang-test', version='6.23.0')
)
<parent> <groupId>net.sourceforge.pmd</groupId> <artifactId>pmd</artifactId> <version>6.23.0</version> </parent>
compile
|-- net.sourceforge.pmd:pmd-core
|-- junit:junit
|-- org.jetbrains.kotlin:kotlin-stdlib
|-- org.jetbrains.kotlin:kotlin-reflect
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8
|-- org.jetbrains.kotlin:kotlin-test-junit
|-- io.kotlintest:kotlintest-runner-junit5
|-- com.github.oowekyala.treeutils:tree-matchers:2.1.0
test