MVN

io.github.qingguox : Crescent-Toolkit

Maven & Gradle

Sep 16, 2022
5 stars

Crescent-Toolkit · 新月武器库

<dependency>
    <groupId>io.github.qingguox</groupId>
    <artifactId>Crescent-Toolkit</artifactId>
    <version>1.0.642-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.qingguox : Crescent-Toolkit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.642-RELEASE

All Versions

Choose a version of io.github.qingguox : Crescent-Toolkit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
Crescent-Toolkit-1.0.642-RELEASE
Crescent-Toolkit-1.0.611-RELEASE
Crescent-Toolkit-1.0.431-RELEASE
Crescent-Toolkit-1.0.421-RELEASE
Crescent-Toolkit-1.0.64-RELEASE
Crescent-Toolkit-1.0.63-RELEASE
Crescent-Toolkit-1.0.62-RELEASE
Crescent-Toolkit-1.0.61-RELEASE
Crescent-Toolkit-1.0.60-RELEASE
Crescent-Toolkit-1.0.56-RELEASE
Crescent-Toolkit-1.0.51-RELEASE
Crescent-Toolkit-1.0.50-RELEASE
Crescent-Toolkit-1.0.43-RELEASE
Crescent-Toolkit-1.0.42-RELEASE
Crescent-Toolkit-1.0.42
Crescent-Toolkit-1.0.41-RELEASE
Crescent-Toolkit-1.0.0-RELEASE

How to add a dependency to Maven

Add the following io.github.qingguox : Crescent-Toolkit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.qingguox</groupId>
    <artifactId>Crescent-Toolkit</artifactId>
    <version>1.0.642-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.qingguox : Crescent-Toolkit gradle dependency to your build.gradle file:

implementation 'io.github.qingguox:Crescent-Toolkit:1.0.642-RELEASE'

Gradle Kotlin DSL: Add the following io.github.qingguox : Crescent-Toolkit gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.qingguox:Crescent-Toolkit:1.0.642-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.qingguox : Crescent-Toolkit sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.qingguox" % "Crescent-Toolkit" % "1.0.642-RELEASE"