MVN

com.mattunderscore.trees : trees-utilities

Maven & Gradle

Jan 22, 2015
3 usages
8 stars

Provides utilities used by the implementation but not directly related to trees.

<dependency>
    <groupId>com.mattunderscore.trees</groupId>
    <artifactId>trees-utilities</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mattunderscore.trees : trees-utilities to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of com.mattunderscore.trees : trees-utilities to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
trees-utilities-0.0.4
trees-utilities-0.0.2

How to add a dependency to Maven

Add the following com.mattunderscore.trees : trees-utilities maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mattunderscore.trees</groupId>
    <artifactId>trees-utilities</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mattunderscore.trees : trees-utilities gradle dependency to your build.gradle file:

implementation 'com.mattunderscore.trees:trees-utilities:0.0.4'

Gradle Kotlin DSL: Add the following com.mattunderscore.trees : trees-utilities gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mattunderscore.trees:trees-utilities:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mattunderscore.trees : trees-utilities sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mattunderscore.trees" % "trees-utilities" % "0.0.4"

Advertisement