is not current version
Last Version 1.0.1

com.softwaresecured.plugin:reshift-reporter-parent 1.0.0

A maven plugin that allows for maven and gradle project (Java based) to be scanned for security vulnerabilities. The generated report is published to to a central private server @ reshift.softwaresecured.com in which users that have access to the projects can view security reports and perform other developer actions

GroupId

GroupId

com.softwaresecured.plugin
ArtifactId

ArtifactId

reshift-reporter-parent
Version

Version

1.0.0
Type

Type

pom

Download reshift-reporter-parent 1.0.0


<!-- https://jarcasting.com/artifacts/com.softwaresecured.plugin/reshift-reporter-parent/ -->
<dependency>
    <groupId>com.softwaresecured.plugin</groupId>
    <artifactId>reshift-reporter-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.softwaresecured.plugin/reshift-reporter-parent/
implementation 'com.softwaresecured.plugin:reshift-reporter-parent:1.0.0'
// https://jarcasting.com/artifacts/com.softwaresecured.plugin/reshift-reporter-parent/
implementation ("com.softwaresecured.plugin:reshift-reporter-parent:1.0.0")
'com.softwaresecured.plugin:reshift-reporter-parent:pom:1.0.0'
<dependency org="com.softwaresecured.plugin" name="reshift-reporter-parent" rev="1.0.0">
  <artifact name="reshift-reporter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.softwaresecured.plugin', module='reshift-reporter-parent', version='1.0.0')
)
libraryDependencies += "com.softwaresecured.plugin" % "reshift-reporter-parent" % "1.0.0"
[com.softwaresecured.plugin/reshift-reporter-parent "1.0.0"]