j

jurest-pmd

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