is not current version
Last Version 1.5

com.portingle:classpath-hell 1.1

ClasspathHell Gradle Plugin detects duplicate resources on the classpath

GroupId

GroupId

com.portingle
ArtifactId

ArtifactId

classpath-hell
Version

Version

1.1
Type

Type

jar

Download classpath-hell 1.1


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