MVN

com.antiaction : common-datastructures

Maven & Gradle

Jul 05, 2022

Common Data Structures Library · A library for common data structures.

<dependency>
    <groupId>com.antiaction</groupId>
    <artifactId>common-datastructures</artifactId>
    <version>0.2.0-JWAT</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.antiaction : common-datastructures to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0-JWAT

All Versions

Choose a version of com.antiaction : common-datastructures to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
common-datastructures-0.2.0-JWAT

How to add a dependency to Maven

Add the following com.antiaction : common-datastructures maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.antiaction</groupId>
    <artifactId>common-datastructures</artifactId>
    <version>0.2.0-JWAT</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.antiaction : common-datastructures gradle dependency to your build.gradle file:

implementation 'com.antiaction:common-datastructures:0.2.0-JWAT'

Gradle Kotlin DSL: Add the following com.antiaction : common-datastructures gradle kotlin dependency to your build.gradle.kts file:

implementation("com.antiaction:common-datastructures:0.2.0-JWAT")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.antiaction : common-datastructures sbt scala dependency to your build.sbt file:

libraryDependencies += "com.antiaction" % "common-datastructures" % "0.2.0-JWAT"