c

classpathHell

ClasspathHell Gradle Plugin detects duplicate resources on the classpath
https://github.com/portingle/classpathHell
The MIT Licence (MIT)
John Lonergan
Files download
File Operation
classpathHell-1.7.0.jar download
classpathHell-1.7.0.pom download
classpathHell-1.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.portingle</groupId>
  <artifactId>classpathHell</artifactId>
  <version>1.7.0</version>
</dependency>
Gradle Groovy
implementation 'com.portingle:classpathHell:1.7.0'
Gradle Kotlin
implementation("com.portingle:classpathHell:1.7.0")
Scala SBT
libraryDependencies += "com.portingle" % "classpathHell" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.portingle', module='classpathHell', version='1.7.0')
)
Apache Ivy
<dependency org="com.portingle" name="classpathHell" rev="1.7.0" />
Leiningen
[com.portingle/classpathHell "1.7.0"]
Apache Buildr
'com.portingle:classpathHell:jar:1.7.0'
Dependencies
The project has no third-party dependencies