d

duplicate-dependencies-maven-plugin

Detects duplicate dependencies with different coordinates.
https://github.com/marschall/duplicate-dependencies-maven-plugin/
MIT
Philippe Marschall
Files download
File Operation
duplicate-dependencies-maven-plugin-1.3.1.jar download
duplicate-dependencies-maven-plugin-1.3.1.pom download
duplicate-dependencies-maven-plugin-1.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.marschall</groupId>
  <artifactId>duplicate-dependencies-maven-plugin</artifactId>
  <version>1.3.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.marschall:duplicate-dependencies-maven-plugin:1.3.1'
Gradle Kotlin
implementation("com.github.marschall:duplicate-dependencies-maven-plugin:1.3.1")
Scala SBT
libraryDependencies += "com.github.marschall" % "duplicate-dependencies-maven-plugin" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.marschall', module='duplicate-dependencies-maven-plugin', version='1.3.1')
)
Apache Ivy
<dependency org="com.github.marschall" name="duplicate-dependencies-maven-plugin" rev="1.3.1" />
Leiningen
[com.github.marschall/duplicate-dependencies-maven-plugin "1.3.1"]
Apache Buildr
'com.github.marschall:duplicate-dependencies-maven-plugin:jar:1.3.1'