Download dependencytree-0.3.1.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.3.1 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

dependencytree-0.3.1-javadoc.jar
dependencytree-0.3.1-sources.jar
dependencytree-0.3.1.jar
dependencytree-0.3.1.pom



Related Tutorials