MVN

io.paulbaker.libs : data-structures

Maven & Gradle

Apr 19, 2019
2 usages

io.paulbaker.libs.data-structures · Common data structures that are useful in a number of situations

<dependency>
    <groupId>io.paulbaker.libs</groupId>
    <artifactId>data-structures</artifactId>
    <version>0.8.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.paulbaker.libs : data-structures to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.21

All Versions

Choose a version of io.paulbaker.libs : data-structures to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
data-structures-0.8.21
data-structures-0.8.13
data-structures-0.8.12
data-structures-0.8.11
data-structures-0.8.7
data-structures-0.8.6

How to add a dependency to Maven

Add the following io.paulbaker.libs : data-structures maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.paulbaker.libs</groupId>
    <artifactId>data-structures</artifactId>
    <version>0.8.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.paulbaker.libs : data-structures gradle dependency to your build.gradle file:

implementation 'io.paulbaker.libs:data-structures:0.8.21'

Gradle Kotlin DSL: Add the following io.paulbaker.libs : data-structures gradle kotlin dependency to your build.gradle.kts file:

implementation("io.paulbaker.libs:data-structures:0.8.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.paulbaker.libs : data-structures sbt scala dependency to your build.sbt file:

libraryDependencies += "io.paulbaker.libs" % "data-structures" % "0.8.21"

Advertisement