License |
License |
---|---|
GroupId | GroupIdcom.portingle |
ArtifactId | ArtifactIdclasspath-hell |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionclasspath-hell
ClasspathHell Gradle Plugin detects duplicate resources on the classpath
|
Project URL |
Project URL |
Filename | Size |
---|---|
classpath-hell-1.5.pom | |
classpath-hell-1.5.jar | 33 KB |
classpath-hell-1.5-sources.jar | 3 KB |
classpath-hell-1.5-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.portingle/classpath-hell/ -->
<dependency>
<groupId>com.portingle</groupId>
<artifactId>classpath-hell</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.portingle/classpath-hell/
implementation 'com.portingle:classpath-hell:1.5'
// https://jarcasting.com/artifacts/com.portingle/classpath-hell/
implementation ("com.portingle:classpath-hell:1.5")
'com.portingle:classpath-hell:jar:1.5'
<dependency org="com.portingle" name="classpath-hell" rev="1.5">
<artifact name="classpath-hell" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.portingle', module='classpath-hell', version='1.5')
)
libraryDependencies += "com.portingle" % "classpath-hell" % "1.5"
[com.portingle/classpath-hell "1.5"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |