MVN

com.gitee.topfine : QuickDevFramework

Maven & Gradle

Jun 17, 2020
3 usages

QuickDevFramework · QuickDevFramework

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

Latest Version

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

  • Latest Stable: 2.0.5

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement