MVN

io.github.starlangsoftware : DataStructure

Maven & Gradle

Oct 14, 2022
14 usages
2 stars

NlpToolkit.DataStructure · Simple Data Structures Library

<dependency>
    <groupId>io.github.starlangsoftware</groupId>
    <artifactId>DataStructure</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.starlangsoftware : DataStructure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of io.github.starlangsoftware : DataStructure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
DataStructure-1.0.8
DataStructure-1.0.7
DataStructure-1.0.6
DataStructure-1.0.5
DataStructure-1.0.4
DataStructure-1.0.3
DataStructure-1.0.2
DataStructure-1.0.1

How to add a dependency to Maven

Add the following io.github.starlangsoftware : DataStructure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.starlangsoftware</groupId>
    <artifactId>DataStructure</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.starlangsoftware : DataStructure gradle dependency to your build.gradle file:

implementation 'io.github.starlangsoftware:DataStructure:1.0.8'

Gradle Kotlin DSL: Add the following io.github.starlangsoftware : DataStructure gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.starlangsoftware:DataStructure:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.starlangsoftware : DataStructure sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.starlangsoftware" % "DataStructure" % "1.0.8"

Advertisement