is not current version
Last Version 1.5

com.portingle:classpath-hell 1.4

ClasspathHell Gradle Plugin detects duplicate resources on the classpath

GroupId

GroupId

com.portingle
ArtifactId

ArtifactId

classpath-hell
Version

Version

1.4
Type

Type

jar

Download classpath-hell 1.4


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