MVN

com.redhat.victims : enforce-victims-rule

Maven & Gradle

May 09, 2014
40 stars

victims-enforcer · Checks a Maven projects dependencies against a database of known vulnerable artifacts.

<dependency>
    <groupId>com.redhat.victims</groupId>
    <artifactId>enforce-victims-rule</artifactId>
    <version>1.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.redhat.victims : enforce-victims-rule to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.4

All Versions

Choose a version of com.redhat.victims : enforce-victims-rule to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
enforce-victims-rule-1.3.4
enforce-victims-rule-1.3.3
enforce-victims-rule-1.3.2
enforce-victims-rule-1.3.1
1.3
enforce-victims-rule-1.3
1.2
enforce-victims-rule-1.2
1.1
enforce-victims-rule-1.1
1.0
enforce-victims-rule-1.0

How to add a dependency to Maven

Add the following com.redhat.victims : enforce-victims-rule maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.redhat.victims</groupId>
    <artifactId>enforce-victims-rule</artifactId>
    <version>1.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.redhat.victims : enforce-victims-rule gradle dependency to your build.gradle file:

implementation 'com.redhat.victims:enforce-victims-rule:1.3.4'

Gradle Kotlin DSL: Add the following com.redhat.victims : enforce-victims-rule gradle kotlin dependency to your build.gradle.kts file:

implementation("com.redhat.victims:enforce-victims-rule:1.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.redhat.victims : enforce-victims-rule sbt scala dependency to your build.sbt file:

libraryDependencies += "com.redhat.victims" % "enforce-victims-rule" % "1.3.4"