| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.portingle |
| Идентификатор | Идентификаторclasspath-hell |
| Последняя версия | Последняя версия1.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеclasspath-hell
ClasspathHell Gradle Plugin detects duplicate resources on the classpath
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |