MVN

com.heanbian : heanbian-util

Maven & Gradle

Aug 25, 2023
3 stars

heanbian-util · heanbian-util

<dependency>
    <groupId>com.heanbian</groupId>
    <artifactId>heanbian-util</artifactId>
    <version>15.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.heanbian : heanbian-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 15.1

All Versions

Choose a version of com.heanbian : heanbian-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
15.1
heanbian-util-15.1
14.1
heanbian-util-14.1
14
heanbian-util-14
13.5
heanbian-util-13.5
13.4
heanbian-util-13.4
13.3
heanbian-util-13.3
13
heanbian-util-13
10
heanbian-util-10
1.0.x
heanbian-util-1.0.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.heanbian</groupId>
    <artifactId>heanbian-util</artifactId>
    <version>15.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.heanbian : heanbian-util gradle dependency to your build.gradle file:

implementation 'com.heanbian:heanbian-util:15.1'

Gradle Kotlin DSL: Add the following com.heanbian : heanbian-util gradle kotlin dependency to your build.gradle.kts file:

implementation("com.heanbian:heanbian-util:15.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.heanbian : heanbian-util sbt scala dependency to your build.sbt file:

libraryDependencies += "com.heanbian" % "heanbian-util" % "15.1"