MVN

com.codesseur : data-structure

Maven & Gradle

Jul 21, 2023
1 usages
1 stars

data-structure · A useful data structures

<dependency>
    <groupId>com.codesseur</groupId>
    <artifactId>data-structure</artifactId>
    <version>0.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codesseur : data-structure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.24

All Versions

Choose a version of com.codesseur : data-structure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
data-structure-0.0.24
data-structure-0.0.23
data-structure-0.0.22
data-structure-0.0.21
data-structure-0.0.20
data-structure-0.0.19
data-structure-0.0.18
data-structure-0.0.17
data-structure-0.0.16
data-structure-0.0.15
data-structure-0.0.14
data-structure-0.0.13
data-structure-0.0.12
data-structure-0.0.11
data-structure-0.0.10
data-structure-0.0.9
data-structure-0.0.8
data-structure-0.0.7
data-structure-0.0.6
data-structure-0.0.5
data-structure-0.0.4
data-structure-0.0.3
data-structure-0.0.2
data-structure-0.0.1

How to add a dependency to Maven

Add the following com.codesseur : data-structure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.codesseur</groupId>
    <artifactId>data-structure</artifactId>
    <version>0.0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.codesseur : data-structure gradle dependency to your build.gradle file:

implementation 'com.codesseur:data-structure:0.0.24'

Gradle Kotlin DSL: Add the following com.codesseur : data-structure gradle kotlin dependency to your build.gradle.kts file:

implementation("com.codesseur:data-structure:0.0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.codesseur : data-structure sbt scala dependency to your build.sbt file:

libraryDependencies += "com.codesseur" % "data-structure" % "0.0.24"

Advertisement