MVN

fun.qinghuan : ella-boot

Maven & Gradle

Jul 06, 2022

艾拉 · ella

<dependency>
    <groupId>fun.qinghuan</groupId>
    <artifactId>ella-boot</artifactId>
    <version>2.0.1.C</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fun.qinghuan : ella-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1.C

All Versions

Choose a version of fun.qinghuan : ella-boot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
ella-boot-2.0.1.E.SNAPSHOTS
ella-boot-2.0.1.C
ella-boot-2.0.1.B
ella-boot-2.0.1.A
ella-boot-2.0.0

How to add a dependency to Maven

Add the following fun.qinghuan : ella-boot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fun.qinghuan</groupId>
    <artifactId>ella-boot</artifactId>
    <version>2.0.1.C</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fun.qinghuan : ella-boot gradle dependency to your build.gradle file:

implementation 'fun.qinghuan:ella-boot:2.0.1.C'

Gradle Kotlin DSL: Add the following fun.qinghuan : ella-boot gradle kotlin dependency to your build.gradle.kts file:

implementation("fun.qinghuan:ella-boot:2.0.1.C")

How to add a dependency to SBT Scala

SBT Scala: Add the following fun.qinghuan : ella-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "fun.qinghuan" % "ella-boot" % "2.0.1.C"