License |
License |
---|---|
Categories |
CategoriesSpotbugs Application Testing & Monitoring Code Analysis |
GroupId | GroupIdcom.github.spotbugs |
ArtifactId | ArtifactIdspotbugs |
Last Version | Last Version4.7.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpotBugs
SpotBugs: Because it's easy!
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spotbugs-4.7.1.pom | |
spotbugs-4.7.1.zip | 6 KB |
spotbugs-4.7.1-sources.jar | 2 MB |
spotbugs-4.7.1-javadoc.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spotbugs/spotbugs/ -->
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.spotbugs/spotbugs/
implementation 'com.github.spotbugs:spotbugs:4.7.1'
// https://jarcasting.com/artifacts/com.github.spotbugs/spotbugs/
implementation ("com.github.spotbugs:spotbugs:4.7.1")
'com.github.spotbugs:spotbugs:pom:4.7.1'
<dependency org="com.github.spotbugs" name="spotbugs" rev="4.7.1">
<artifact name="spotbugs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.spotbugs', module='spotbugs', version='4.7.1')
)
libraryDependencies += "com.github.spotbugs" % "spotbugs" % "4.7.1"
[com.github.spotbugs/spotbugs "4.7.1"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm | jar | 9.3 |
org.ow2.asm : asm-analysis | jar | 9.3 |
org.ow2.asm : asm-commons | jar | 9.3 |
org.ow2.asm : asm-tree | jar | 9.3 |
org.ow2.asm : asm-util | jar | 9.3 |
org.apache.bcel : bcel | jar | 6.5.0 |
net.jcip : jcip-annotations | jar | 1.0 |
org.dom4j : dom4j | jar | 2.1.3 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.apache.commons : commons-text | jar | 1.9 |
org.slf4j : slf4j-api | jar | 1.8.0-beta4 |
com.github.spotbugs : spotbugs-annotations | jar | 4.7.1 |
com.google.code.gson : gson | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
jaxen : jaxen | jar | 1.2.0 |
net.sf.saxon : Saxon-HE | jar | 11.3 |