is not current version
Last Version 1.5

com.portingle:classpath-hell 1.3

ClasspathHell Gradle Plugin detects duplicate resources on the classpath

GroupId

GroupId

com.portingle
ArtifactId

ArtifactId

classpath-hell
Version

Version

1.3
Type

Type

jar

Download classpath-hell 1.3


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