j

jarhc

JarHC is a static analysis tool to help you find your way through "JAR hell" or "classpath hell".
http://jarhc.org
The Apache License, Version 2.0
Stephan Markwalder
文件下载
文件名 操作
jarhc-2.0.0.jar 下载
jarhc-2.0.0.pom 下载
jarhc-2.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jarhc</groupId>
  <artifactId>jarhc</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.jarhc:jarhc:2.0.0'
Gradle Kotlin
implementation("org.jarhc:jarhc:2.0.0")
Scala SBT
libraryDependencies += "org.jarhc" % "jarhc" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jarhc', module='jarhc', version='2.0.0')
)
Apache Ivy
<dependency org="org.jarhc" name="jarhc" rev="2.0.0" />
Leiningen
[org.jarhc/jarhc "2.0.0"]
Apache Buildr
'org.jarhc:jarhc:jar:2.0.0'