Download degraph-core-0.1.2.jar file - Jar d

Jar examples for d:degraph-core

Description

Degraph is a library for producing jvm package dependency graphs for visual inspection as well as writing tests for checking properties of the dependencies.

You can download jar file degraph-core 0.1.2 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add degraph-core-0.1.2.jar to your project.

<dependency>
   <groupId>de.schauderhaft.degraph</groupId>
   <artifactId>degraph-core</artifactId>
   <version>0.1.2</version>
</dependency>
compile group: 'de.schauderhaft.degraph', name: 'degraph-core', version: '0.1.2'
libraryDependencies += "de.schauderhaft.degraph" % "degraph-core" % "0.1.2"
<dependency org="de.schauderhaft.degraph" name="degraph-core" rev="0.1.2"/>
@Grapes(@Grab(group='de.schauderhaft.degraph', module='degraph-core', version='0.1.2'))
'de.schauderhaft.degraph:degraph-core:jar:0.1.2'

Download

Click the following link to download the jar file.

degraph-core-0.1.2-javadoc.jar
degraph-core-0.1.2-sources.jar
degraph-core-0.1.2.jar
degraph-core-0.1.2.pom



Related Tutorials