datatree-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.berkesa</groupId> <artifactId>datatree-core</artifactId> <version>1.1.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.berkesa</groupId> <artifactId>datatree-core</artifactId> <version>1.1.3</version> <name>DataTree Core API</name> <description>Extensible Java Library for reading, manipulating and writing hierarchical data structures from/to various formats.</description> <url>https://berkesa.github.io/datatree/</url> <inceptionYear>2017</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>berkesa</id> <name>Andras Berkes</name> <email>andras.berkes@programmer.net</email> </developer> </developers> <scm> <connection>scm:https://github.com/berkesa/datatree.git</connection> <developerConnection>scm:git://github.com/berkesa/datatree.git</developerConnection> <url>https://berkesa.github.io/datatree/</url> </scm> </project>