Download datatree-core-1.0.5.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.5 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.5.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials