Download dependencytree-0.2.0.jar file - Jar d

Jar examples for d:dependencytree

Description

A simple package that contains convenient methods to build and navigate a dependency tree.

You can download jar file dependencytree 0.2.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add dependencytree-0.2.0.jar to your project.

<dependency>
   <groupId>com.kotlinnlp</groupId>
   <artifactId>dependencytree</artifactId>
   <version>0.2.0</version>
</dependency>
compile group: 'com.kotlinnlp', name: 'dependencytree', version: '0.2.0'
libraryDependencies += "com.kotlinnlp" % "dependencytree" % "0.2.0"
<dependency org="com.kotlinnlp" name="dependencytree" rev="0.2.0"/>
@Grapes(@Grab(group='com.kotlinnlp', module='dependencytree', version='0.2.0'))
'com.kotlinnlp:dependencytree:jar:0.2.0'

Download

Click the following link to download the jar file.

dependencytree-0.2.0-javadoc.jar
dependencytree-0.2.0-sources.jar
dependencytree-0.2.0.jar
dependencytree-0.2.0.pom



Related Tutorials