is not current version
Last Version 1.2.0

com.softwaresecured.reshift:maven-plugin 1.0.15

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

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.softwaresecured.reshift
ArtifactId

ArtifactId

maven-plugin
Version

Version

1.0.15
Type

Type

jar

Download maven-plugin 1.0.15


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