d

dependency-check-maven-plugin

Strict checks to ensure dependencies are properly defined
https://github.com/chonton/${project.artifactId}
Apache License, Version 2.0
chas honton
Files download
File Operation
dependency-check-maven-plugin-1.2.0.jar download
dependency-check-maven-plugin-1.2.0.pom download
dependency-check-maven-plugin-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.honton.chas</groupId>
  <artifactId>dependency-check-maven-plugin</artifactId>
  <version>1.2.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.honton.chas:dependency-check-maven-plugin:1.2.0'
Gradle Kotlin
implementation("org.honton.chas:dependency-check-maven-plugin:1.2.0")
Scala SBT
libraryDependencies += "org.honton.chas" % "dependency-check-maven-plugin" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.honton.chas', module='dependency-check-maven-plugin', version='1.2.0')
)
Apache Ivy
<dependency org="org.honton.chas" name="dependency-check-maven-plugin" rev="1.2.0" />
Leiningen
[org.honton.chas/dependency-check-maven-plugin "1.2.0"]
Apache Buildr
'org.honton.chas:dependency-check-maven-plugin:jar:1.2.0'