MVN

org.chalup.thneed : thneed

Maven & Gradle

Feb 27, 2015
3 usages
14 stars

thneed · A library for defining the traversable hierarchy of data models.

<dependency>
    <groupId>org.chalup.thneed</groupId>
    <artifactId>thneed</artifactId>
    <version>0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.chalup.thneed : thneed to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7

All Versions

Choose a version of org.chalup.thneed : thneed to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7
thneed-0.7
0.6
thneed-0.6
0.5
thneed-0.5
0.4
thneed-0.4
0.3
thneed-0.3
0.2
thneed-0.2
0.1
thneed-0.1

How to add a dependency to Maven

Add the following org.chalup.thneed : thneed maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.chalup.thneed</groupId>
    <artifactId>thneed</artifactId>
    <version>0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.chalup.thneed : thneed gradle dependency to your build.gradle file:

implementation 'org.chalup.thneed:thneed:0.7'

Gradle Kotlin DSL: Add the following org.chalup.thneed : thneed gradle kotlin dependency to your build.gradle.kts file:

implementation("org.chalup.thneed:thneed:0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.chalup.thneed : thneed sbt scala dependency to your build.sbt file:

libraryDependencies += "org.chalup.thneed" % "thneed" % "0.7"

Advertisement