MVN

com.qulice : qulice-tk

Maven & Gradle

Nov 20, 2011

qulice-tk · Tool Kit

<dependency>
    <groupId>com.qulice</groupId>
    <artifactId>qulice-tk</artifactId>
    <version>0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.qulice : qulice-tk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7

All Versions

Choose a version of com.qulice : qulice-tk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
qulice-tk-0.1.7
qulice-tk-0.1.6
qulice-tk-0.1.5
qulice-tk-0.1.4
qulice-tk-0.1.3
qulice-tk-0.1.2
qulice-tk-0.1.1
0.1
qulice-tk-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.qulice</groupId>
    <artifactId>qulice-tk</artifactId>
    <version>0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.qulice : qulice-tk gradle dependency to your build.gradle file:

implementation 'com.qulice:qulice-tk:0.1.7'

Gradle Kotlin DSL: Add the following com.qulice : qulice-tk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.qulice:qulice-tk:0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.qulice : qulice-tk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.qulice" % "qulice-tk" % "0.1.7"

Advertisement