Last Version

com.kotlinnlp:dependencytree 0.5.2

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
Version

Version

0.5.2
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 0.5.2


<!-- 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.