MVN

com.coditory.quark : quark-common

Maven & Gradle

Sep 10, 2022
0 stars

quark-common · Coditory common library

<dependency>
    <groupId>com.coditory.quark</groupId>
    <artifactId>quark-common</artifactId>
    <version>0.1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.13

All Versions

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

Version Vulnerabilities Updated
0.1.x
quark-common-0.1.13
quark-common-0.1.12
quark-common-0.1.10
quark-common-0.1.9
quark-common-0.1.6
quark-common-0.1.5
quark-common-0.1.3
quark-common-0.1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.coditory.quark</groupId>
    <artifactId>quark-common</artifactId>
    <version>0.1.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.coditory.quark:quark-common:0.1.13'

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

implementation("com.coditory.quark:quark-common:0.1.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.coditory.quark" % "quark-common" % "0.1.13"

Advertisement