Download datatree-core-1.0.6.jar file - Jar d

Jar examples for d:datatree-core

Description

Extensible Java Library for reading, manipulating and writing hierarchical data structures from/to various formats.

You can download jar file datatree-core 1.0.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add datatree-core-1.0.6.jar to your project.

<dependency>
   <groupId>com.github.berkesa</groupId>
   <artifactId>datatree-core</artifactId>
   <version>1.0.6</version>
</dependency>
compile group: 'com.github.berkesa', name: 'datatree-core', version: '1.0.6'
libraryDependencies += "com.github.berkesa" % "datatree-core" % "1.0.6"
<dependency org="com.github.berkesa" name="datatree-core" rev="1.0.6"/>
@Grapes(@Grab(group='com.github.berkesa', module='datatree-core', version='1.0.6'))
'com.github.berkesa:datatree-core:jar:1.0.6'

Download

Click the following link to download the jar file.

datatree-core-1.0.6-javadoc.jar
datatree-core-1.0.6-sources.jar
datatree-core-1.0.6.jar
datatree-core-1.0.6.pom



Related Tutorials