j

jurest-pmd

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