License |
License |
---|---|
GroupId | GroupIdcom.h3xstream.findsecbugs |
ArtifactId | ArtifactIdfindsecbugs-plugin |
Last Version | Last Version1.12.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOWASP Find Security Bugs Plugin
Core module of the project. It include all the SpotBugs detectors.
The resulting jar is the published plugin.
|
Filename | Size |
---|---|
findsecbugs-plugin-1.12.0.pom | |
findsecbugs-plugin-1.12.0.jar | 431 KB |
findsecbugs-plugin-1.12.0-sources.jar | 390 KB |
findsecbugs-plugin-1.12.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.h3xstream.findsecbugs/findsecbugs-plugin/ -->
<dependency>
<groupId>com.h3xstream.findsecbugs</groupId>
<artifactId>findsecbugs-plugin</artifactId>
<version>1.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.h3xstream.findsecbugs/findsecbugs-plugin/
implementation 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0'
// https://jarcasting.com/artifacts/com.h3xstream.findsecbugs/findsecbugs-plugin/
implementation ("com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0")
'com.h3xstream.findsecbugs:findsecbugs-plugin:jar:1.12.0'
<dependency org="com.h3xstream.findsecbugs" name="findsecbugs-plugin" rev="1.12.0">
<artifact name="findsecbugs-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.h3xstream.findsecbugs', module='findsecbugs-plugin', version='1.12.0')
)
libraryDependencies += "com.h3xstream.findsecbugs" % "findsecbugs-plugin" % "1.12.0"
[com.h3xstream.findsecbugs/findsecbugs-plugin "1.12.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.spotbugs : spotbugs | jar | 4.5.3 |
com.h3xstream.findsecbugs : findsecbugs-samples-deps | jar | 1.12.0 |
Group / Artifact | Type | Version |
---|---|---|
com.h3xstream.findsecbugs : findsecbugs-test-util | test-jar | 1.12.0 |
com.h3xstream.findsecbugs : findsecbugs-samples-kotlin | test-jar | 1.12.0 |
com.h3xstream.findsecbugs : findsecbugs-samples-java | test-jar | 1.12.0 |
com.h3xstream.findsecbugs : findsecbugs-samples-jsp | test-jar | 1.12.0 |
org.mockito : mockito-core | jar | 4.3.1 |
org.hamcrest : hamcrest-core | jar | 2.2 |
org.testng : testng | jar | 7.4.0 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
commons-io : commons-io | jar | 2.11.0 |