com.kotlinnlp:dependencytree

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

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

dependencytree
Last Version

Last Version

0.5.2
Release Date

Release Date

Type

Type

jar
Description

Description

com.kotlinnlp:dependencytree
A simple package that contains convenient methods to build and navigate a dependency tree.
Project URL

Project URL

http://github.com/kotlinnlp/dependencytree
Source Code Management

Source Code Management

http://github.com/kotlinnlp/dependencytree/tree/master

Download dependencytree

How to add to project

<!-- https://jarcasting.com/artifacts/com.kotlinnlp/dependencytree/ -->
<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>dependencytree</artifactId>
    <version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.kotlinnlp/dependencytree/
implementation 'com.kotlinnlp:dependencytree:0.5.2'
// https://jarcasting.com/artifacts/com.kotlinnlp/dependencytree/
implementation ("com.kotlinnlp:dependencytree:0.5.2")
'com.kotlinnlp:dependencytree:jar:0.5.2'
<dependency org="com.kotlinnlp" name="dependencytree" rev="0.5.2">
  <artifact name="dependencytree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kotlinnlp', module='dependencytree', version='0.5.2')
)
libraryDependencies += "com.kotlinnlp" % "dependencytree" % "0.5.2"
[com.kotlinnlp/dependencytree "0.5.2"]

Dependencies

compile (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31
org.jetbrains.kotlin : kotlin-reflect jar 1.3.31
org.spekframework.spek2 : spek-dsl-jvm pom 2.0.5
org.spekframework.spek2 : spek-runner-junit5 jar 2.0.5
com.kotlinnlp : conllio jar 0.2.10

test (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.3.31

Project Modules

There are no modules declared in this project.

DependencyTree Maven Central Build Status

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

DependencyTree is part of KotlinNLP.

Getting Started

Import with Maven

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>dependencytree</artifactId>
    <version>0.5.2</version>
</dependency>

License

This software is released under the terms of the Mozilla Public License, v. 2.0

Contributions

We greatly appreciate any bug reports and contributions, which can be made by filing an issue or making a pull request through the github page.

Versions

Version
0.5.2
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0