MVN

com.t4cloud : flint-boot

Maven & Gradle

Dec 08, 2021

flint-boot · DXC Spting-Boot 核心包

<dependency>
    <groupId>com.t4cloud</groupId>
    <artifactId>flint-boot</artifactId>
    <version>0.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.t4cloud : flint-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.4

All Versions

Choose a version of com.t4cloud : flint-boot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
flint-boot-0.2.4
flint-boot-0.2.3
flint-boot-0.2.2
flint-boot-0.2.1
flint-boot-0.2.0
0.1.x
flint-boot-0.1.8
flint-boot-0.1.7
flint-boot-0.1.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.t4cloud</groupId>
    <artifactId>flint-boot</artifactId>
    <version>0.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.t4cloud : flint-boot gradle dependency to your build.gradle file:

implementation 'com.t4cloud:flint-boot:0.2.4'

Gradle Kotlin DSL: Add the following com.t4cloud : flint-boot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.t4cloud:flint-boot:0.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.t4cloud : flint-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.t4cloud" % "flint-boot" % "0.2.4"