Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
What Is JarAnalyzer
What Is JarAnalyzer?
✍: FYIcenter.com
JarAnalyzer is a dependency management utility for JAR files developed by Kirk Knoernschild.
It's primary purpose is to traverse through a directory, parse each of the JAR files in that directory,
and identify the dependencies between the JAR files. The output is an XML file representing
the physical dependencies between the JAR files.
A physical dependency exists when one deployable module has a compile time dependency on another deployable module. The most common form of deployable module in Java is the JAR file. For instance, if A.jar requires B.jar in the classpath at compile time, then A.jar has a physical dependency on B.jar. This physical dependency usually requires that A.jar also be deployed with B.jar. There are many driving forces behind why we need to manage PhysicalDependencies.
For more information, visit JarAnalyzer Website.
⇒ Download JarAnalyzer-1.2.zip
⇐ JarAnalyzer by Kirk Knoernschild
2015-06-10, ∼3382🔥, 0💬
Popular Posts:
JDK 11 jdk.localedata.jmod is the JMOD file for JDK 11 Localedata module. JDK 11 Locale Data module ...
itextpdf.jar is a component in iText 5 Java library to provide core functionalities. iText Java libr...
Jettison is a collection of Java APIs (like STaX and DOM) which read and write JSON. This allows nea...
JDK 11 java.xml.jmod is the JMOD file for JDK 11 XML (eXtensible Markup Language) module. JDK 11 XML...
JUnit Source Code Files are provided in the source package file, junit-4.13.2-sources.jar .You can b...