MVN

work.heling : xiaoru-core

Maven & Gradle

Jan 18, 2024
0 stars

xiaoru-core-1.0 · xiaoru core tool

<dependency>
    <groupId>work.heling</groupId>
    <artifactId>xiaoru-core</artifactId>
    <version>1.17.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of work.heling : xiaoru-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17.6

All Versions

Choose a version of work.heling : xiaoru-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17.x
xiaoru-core-1.17.6
xiaoru-core-1.17.5
xiaoru-core-1.17.4
xiaoru-core-1.17.3

How to add a dependency to Maven

Add the following work.heling : xiaoru-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>work.heling</groupId>
    <artifactId>xiaoru-core</artifactId>
    <version>1.17.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following work.heling : xiaoru-core gradle dependency to your build.gradle file:

implementation 'work.heling:xiaoru-core:1.17.6'

Gradle Kotlin DSL: Add the following work.heling : xiaoru-core gradle kotlin dependency to your build.gradle.kts file:

implementation("work.heling:xiaoru-core:1.17.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following work.heling : xiaoru-core sbt scala dependency to your build.sbt file:

libraryDependencies += "work.heling" % "xiaoru-core" % "1.17.6"

Advertisement