Files download
File Operation
pmd-jsp-7.0.0-rc3.jar download
pmd-jsp-7.0.0-rc3.pom download
pmd-jsp-7.0.0-rc3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.pmd</groupId>
  <artifactId>pmd-jsp</artifactId>
  <version>7.0.0-rc3</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.pmd:pmd-jsp:7.0.0-rc3'
Gradle Kotlin
implementation("net.sourceforge.pmd:pmd-jsp:7.0.0-rc3")
Scala SBT
libraryDependencies += "net.sourceforge.pmd" % "pmd-jsp" % "7.0.0-rc3"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.pmd', module='pmd-jsp', version='7.0.0-rc3')
)
Apache Ivy
<dependency org="net.sourceforge.pmd" name="pmd-jsp" rev="7.0.0-rc3" />
Leiningen
[net.sourceforge.pmd/pmd-jsp "7.0.0-rc3"]
Apache Buildr
'net.sourceforge.pmd:pmd-jsp:jar:7.0.0-rc3'