MVN

work.heling : xiaoru-web

Maven & Gradle

Jan 19, 2024
0 stars

xiaoru-web · xiaoru web tool

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

Latest Version

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

  • Latest Stable: 1.17.7

All Versions

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

Version Vulnerabilities Updated
1.17.x
xiaoru-web-1.17.7

How to add a dependency to Maven

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

<dependency>
    <groupId>work.heling</groupId>
    <artifactId>xiaoru-web</artifactId>
    <version>1.17.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'work.heling:xiaoru-web:1.17.7'

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

implementation("work.heling:xiaoru-web:1.17.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "work.heling" % "xiaoru-web" % "1.17.7"

Advertisement