File | Operation |
---|---|
pmd-scala-common-7.0.0-rc4.pom | download |
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-scala-common</artifactId>
<version>7.0.0-rc4</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='net.sourceforge.pmd', module='pmd-scala-common', version='7.0.0-rc4')
)
<parent> <groupId>net.sourceforge.pmd</groupId> <artifactId>pmd</artifactId> <version>7.0.0-rc4</version> </parent>
compile
|-- net.sourceforge.pmd:pmd-core
|-- org.apache.commons:commons-lang3
test
|-- org.junit.jupiter:junit-jupiter
|-- net.sourceforge.pmd:pmd-test
|-- net.sourceforge.pmd:pmd-lang-test
|-- com.github.oowekyala.treeutils:tree-matchers
|-- com.github.oowekyala.treeutils:tree-printers
|-- io.kotest:kotest-assertions-core-jvm