MVN

com.liumapp.qtools.all : qtools-all

Maven & Gradle

Feb 17, 2019
2 stars

qtools-all

<dependency>
    <groupId>com.liumapp.qtools.all</groupId>
    <artifactId>qtools-all</artifactId>
    <version>v1.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liumapp.qtools.all : qtools-all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v1.3.4

All Versions

Choose a version of com.liumapp.qtools.all : qtools-all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v1.3.x
qtools-all-v1.3.4
qtools-all-v1.3.3
qtools-all-v1.3.2
qtools-all-v1.3.1
qtools-all-v1.3.0
v1.2.x
qtools-all-v1.2.8
qtools-all-v1.2.7
qtools-all-v1.2.6
qtools-all-v1.2.5
qtools-all-v1.2.4
qtools-all-v1.2.3
qtools-all-v1.2.2
qtools-all-v1.2.1
qtools-all-v1.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.liumapp.qtools.all</groupId>
    <artifactId>qtools-all</artifactId>
    <version>v1.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liumapp.qtools.all : qtools-all gradle dependency to your build.gradle file:

implementation 'com.liumapp.qtools.all:qtools-all:v1.3.4'

Gradle Kotlin DSL: Add the following com.liumapp.qtools.all : qtools-all gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liumapp.qtools.all:qtools-all:v1.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liumapp.qtools.all : qtools-all sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liumapp.qtools.all" % "qtools-all" % "v1.3.4"