com.kotlinnlp:dependencytree

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

Лицензия

Лицензия

Категории

Категории

Kotlin Языки программирования
Группа

Группа

com.kotlinnlp
Идентификатор

Идентификатор

dependencytree
Последняя версия

Последняя версия

0.5.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.kotlinnlp:dependencytree
A simple package that contains convenient methods to build and navigate a dependency tree.
Ссылка на сайт

Ссылка на сайт

http://github.com/kotlinnlp/dependencytree
Система контроля версий

Система контроля версий

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

Скачать dependencytree

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-test jar 1.3.31

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
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