Codebase list jdependency / 59215ea
New upstream version 1.4 Emmanuel Bourg 5 years ago
3 changed file(s) with 12 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 ## Version 1.4, release 18.05.2018
1
2 Upgraded dependencies
3
04 ## Version 1.3, release 02.01.2018
15
26 Upgraded dependencies
0 [![Maven Central](https://img.shields.io/maven-central/v/org.vafer/jdependency.svg?maxAge=2592000)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.vafer%22%20AND%20a%3A%22jdependency%22)
1
02 # jdependency - explore your classpath
13
24 jdependency is small library that helps you analyze class level dependencies,
35 clashes and missing classes.
46
5 Check the documentation on how to use it with [javadocs](http://tcurdt.github.com/jdependency/release/1.3/apidocs/) and a source
6 [xref](http://tcurdt.github.com/jdependency/release/1.3/xref/) is also available.
7 Check the documentation on how to use it with [javadocs](http://tcurdt.github.com/jdependency/release/1.4/apidocs/) and a source
8 [xref](http://tcurdt.github.com/jdependency/release/1.4/xref/) is also available.
79
810 ## Where to get it
911
33 <groupId>org.vafer</groupId>
44 <artifactId>jdependency</artifactId>
55 <name>jdependency</name>
6 <version>1.3</version>
6 <version>1.4</version>
77 <description>This project provides an API to analyse class dependencies</description>
88 <url>http://github.com/tcurdt/jdependency</url>
99 <developers>
3737 </scm>
3838 <properties>
3939 <test.workingDirectory>${project.build.directory}/test-working-directory</test.workingDirectory>
40 <asm.version>6.0</asm.version>
40 <asm.version>6.1.1</asm.version>
4141 <additionalparam>-Xdoclint:none</additionalparam>
42 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4243 </properties>
4344 <build>
4445 <plugins>
254255 </plugin>
255256 </plugins>
256257 </reporting>
257 </project>
258 </project>