MVN

com.gitee.topfine : QuickDevUtils

Maven & Gradle

Jun 17, 2020
4 usages

QuickDevUtils · QuickDevUtils

<dependency>
    <groupId>com.gitee.topfine</groupId>
    <artifactId>QuickDevUtils</artifactId>
    <version>2.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.topfine : QuickDevUtils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.5

All Versions

Choose a version of com.gitee.topfine : QuickDevUtils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
QuickDevUtils-2.0.5
QuickDevUtils-2.0.4
QuickDevUtils-2.0.3
QuickDevUtils-2.0.2
QuickDevUtils-2.0.1
QuickDevUtils-2.0.0
0.1.x
QuickDevUtils-0.1.9
QuickDevUtils-0.1.8
QuickDevUtils-0.1.7
QuickDevUtils-0.1.6
QuickDevUtils-0.1.5
QuickDevUtils-0.1.4
QuickDevUtils-0.1.3
QuickDevUtils-0.1.2
QuickDevUtils-0.1.1
0.0.x
QuickDevUtils-0.0.8
QuickDevUtils-0.0.6
QuickDevUtils-0.0.5
QuickDevUtils-0.0.4
QuickDevUtils-0.0.3
QuickDevUtils-0.0.2
QuickDevUtils-0.0.1

How to add a dependency to Maven

Add the following com.gitee.topfine : QuickDevUtils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.topfine</groupId>
    <artifactId>QuickDevUtils</artifactId>
    <version>2.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.topfine : QuickDevUtils gradle dependency to your build.gradle file:

implementation 'com.gitee.topfine:QuickDevUtils:2.0.5'

Gradle Kotlin DSL: Add the following com.gitee.topfine : QuickDevUtils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.topfine:QuickDevUtils:2.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.topfine : QuickDevUtils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.topfine" % "QuickDevUtils" % "2.0.5"