MVN

com.github.sviperll : chicory-common

Maven & Gradle

Sep 05, 2014
5 usages
5 stars

chicory-common · Basic data-types, algorithms and data-structures

<dependency>
    <groupId>com.github.sviperll</groupId>
    <artifactId>chicory-common</artifactId>
    <version>0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sviperll : chicory-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16

All Versions

Choose a version of com.github.sviperll : chicory-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16
chicory-common-0.16
0.15
chicory-common-0.15
0.14
chicory-common-0.14
0.13
chicory-common-0.13
0.12
chicory-common-0.12
0.11
chicory-common-0.11
0.10
chicory-common-0.10
0.9
chicory-common-0.9
0.8
chicory-common-0.8
0.7
chicory-common-0.7
0.6
chicory-common-0.6
0.5
chicory-common-0.5
0.4
chicory-common-0.4
0.3
chicory-common-0.3
0.1
chicory-common-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.sviperll</groupId>
    <artifactId>chicory-common</artifactId>
    <version>0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sviperll : chicory-common gradle dependency to your build.gradle file:

implementation 'com.github.sviperll:chicory-common:0.16'

Gradle Kotlin DSL: Add the following com.github.sviperll : chicory-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sviperll:chicory-common:0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sviperll : chicory-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sviperll" % "chicory-common" % "0.16"

Advertisement