is not current version
Last Version 1.2.0

com.softwaresecured.reshift:gradle-plugin 1.0.10

A gradle 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

Gradle Build Tools
GroupId

GroupId

com.softwaresecured.reshift
ArtifactId

ArtifactId

gradle-plugin
Version

Version

1.0.10
Type

Type

jar

Download gradle-plugin 1.0.10


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