Categories |
CategoriesPMD Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.github.albfernandez |
ArtifactId | ArtifactIdpmd-gds |
Version | Version2.23.0 |
Type | Typejar |
Filename | Size |
---|---|
pmd-gds-2.23.0.pom | |
pmd-gds-2.23.0.jar | 46 KB |
pmd-gds-2.23.0-sources.jar | 35 KB |
pmd-gds-2.23.0-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.albfernandez/pmd-gds/ -->
<dependency>
<groupId>com.github.albfernandez</groupId>
<artifactId>pmd-gds</artifactId>
<version>2.23.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.albfernandez/pmd-gds/
implementation 'com.github.albfernandez:pmd-gds:2.23.0'
// https://jarcasting.com/artifacts/com.github.albfernandez/pmd-gds/
implementation ("com.github.albfernandez:pmd-gds:2.23.0")
'com.github.albfernandez:pmd-gds:jar:2.23.0'
<dependency org="com.github.albfernandez" name="pmd-gds" rev="2.23.0">
<artifact name="pmd-gds" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.albfernandez', module='pmd-gds', version='2.23.0')
)
libraryDependencies += "com.github.albfernandez" % "pmd-gds" % "2.23.0"
[com.github.albfernandez/pmd-gds "2.23.0"]