| License |
License |
|---|---|
| Categories |
CategoriesPMD Application Testing & Monitoring Code Analysis |
| GroupId | GroupIdcom.purej.pmd |
| ArtifactId | ArtifactIdsonar-pmd |
| Last Version | Last Version3.4.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSonarQube PMD Project
Parent pom of SonarSource public projects
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| sonar-pmd-3.4.0.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.purej.pmd/sonar-pmd/ -->
<dependency>
<groupId>com.purej.pmd</groupId>
<artifactId>sonar-pmd</artifactId>
<version>3.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.purej.pmd/sonar-pmd/
implementation 'com.purej.pmd:sonar-pmd:3.4.0'
// https://jarcasting.com/artifacts/com.purej.pmd/sonar-pmd/
implementation ("com.purej.pmd:sonar-pmd:3.4.0")
'com.purej.pmd:sonar-pmd:pom:3.4.0'
<dependency org="com.purej.pmd" name="sonar-pmd" rev="3.4.0">
<artifact name="sonar-pmd" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.purej.pmd', module='sonar-pmd', version='3.4.0')
)
libraryDependencies += "com.purej.pmd" % "sonar-pmd" % "3.4.0"
[com.purej.pmd/sonar-pmd "3.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 3.8.0 |
| org.junit.jupiter : junit-jupiter | jar | 5.7.1 |
| org.assertj : assertj-core | jar | 3.19.0 |