Categories |
CategoriesPMD Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.zxytech.jurest |
ArtifactId | ArtifactIdjurest-pmd |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jurest-pmd-1.1.0.pom | |
jurest-pmd-1.1.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zxytech.jurest/jurest-pmd/ -->
<dependency>
<groupId>com.zxytech.jurest</groupId>
<artifactId>jurest-pmd</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zxytech.jurest/jurest-pmd/
implementation 'com.zxytech.jurest:jurest-pmd:1.1.0'
// https://jarcasting.com/artifacts/com.zxytech.jurest/jurest-pmd/
implementation ("com.zxytech.jurest:jurest-pmd:1.1.0")
'com.zxytech.jurest:jurest-pmd:jar:1.1.0'
<dependency org="com.zxytech.jurest" name="jurest-pmd" rev="1.1.0">
<artifact name="jurest-pmd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zxytech.jurest', module='jurest-pmd', version='1.1.0')
)
libraryDependencies += "com.zxytech.jurest" % "jurest-pmd" % "1.1.0"
[com.zxytech.jurest/jurest-pmd "1.1.0"]