MVN

com.kotlinnlp : dependencytree

Maven & Gradle

Jun 16, 2020
4 usages
1 stars

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

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>dependencytree</artifactId>
    <version>0.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kotlinnlp : dependencytree to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.2

All Versions

Choose a version of com.kotlinnlp : dependencytree to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
dependencytree-0.5.2
dependencytree-0.5.1
dependencytree-0.5.0
0.4.x
dependencytree-0.4.2
dependencytree-0.4.1
dependencytree-0.4.0
0.3.x
dependencytree-0.3.2
dependencytree-0.3.1
dependencytree-0.3.0
0.2.x
dependencytree-0.2.0
0.1.x
dependencytree-0.1.1
dependencytree-0.1.0

How to add a dependency to Maven

Add the following com.kotlinnlp : dependencytree maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kotlinnlp : dependencytree gradle dependency to your build.gradle file:

implementation 'com.kotlinnlp:dependencytree:0.5.2'

Gradle Kotlin DSL: Add the following com.kotlinnlp : dependencytree gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kotlinnlp:dependencytree:0.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kotlinnlp : dependencytree sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kotlinnlp" % "dependencytree" % "0.5.2"

Advertisement

Dependencies from Group

Jun 16, 2020
14 usages
4 stars
Jun 16, 2020
13 usages
6 stars
Jun 16, 2020
11 usages
98 stars
Jan 08, 2018
7 usages
1 stars
Jun 16, 2020
5 usages
11 stars

Discover Dependencies

Mar 16, 2018
4 usages
0 stars
Oct 31, 2021
4 usages
1.2k stars
May 10, 2020
4 usages
1.2k stars
Feb 08, 2018
5 usages
Feb 08, 2018
4 usages
Feb 20, 2020
8 usages
3 stars