is not current version
Last Version 1.2.0

com.softwaresecured.reshift:maven-plugin 1.0.27

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.reshiftsecurity.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.27
Type

Type

jar

Download maven-plugin 1.0.27


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