не последняя версия
Последняя версия 1.5

com.portingle:classpath-hell 1.1

ClasspathHell Gradle Plugin detects duplicate resources on the classpath

Группа

Группа

com.portingle
Идентификатор

Идентификатор

classpath-hell
Версия

Версия

1.1
Тип

Тип

jar

Скачать 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"]