MVN

com.github.detentor : codexCollections

Maven & Gradle

Aug 22, 2013
1 stars

Codex Collections · Coleções que objetivam complementar as coleções padrão do Java.

<dependency>
    <groupId>com.github.detentor</groupId>
    <artifactId>codexCollections</artifactId>
    <version>0.0.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.detentor : codexCollections to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.21

All Versions

Choose a version of com.github.detentor : codexCollections to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
codexCollections-0.0.21
codexCollections-0.0.20
codexCollections-0.0.19
codexCollections-0.0.18
codexCollections-0.0.17
codexCollections-0.0.16
codexCollections-0.0.15
codexCollections-0.0.14
codexCollections-0.0.13
codexCollections-0.0.10
codexCollections-0.0.9
codexCollections-0.0.8
codexCollections-0.0.7
codexCollections-0.0.6
codexCollections-0.0.5
codexCollections-0.0.4

How to add a dependency to Maven

Add the following com.github.detentor : codexCollections maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.detentor</groupId>
    <artifactId>codexCollections</artifactId>
    <version>0.0.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.detentor : codexCollections gradle dependency to your build.gradle file:

implementation 'com.github.detentor:codexCollections:0.0.21'

Gradle Kotlin DSL: Add the following com.github.detentor : codexCollections gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.detentor:codexCollections:0.0.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.detentor : codexCollections sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.detentor" % "codexCollections" % "0.0.21"