MVN

com.github.leeonky : bean-util

Maven & Gradle

Jul 07, 2023
9 usages
0 stars

bean-util · bean-util

<dependency>
    <groupId>com.github.leeonky</groupId>
    <artifactId>bean-util</artifactId>
    <version>0.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.6.4

All Versions

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

Version Vulnerabilities Updated
0.6.x
bean-util-0.6.4
bean-util-0.6.3
bean-util-0.6.2
bean-util-0.6.1
0.5.x
bean-util-0.5.2
bean-util-0.5.1
0.4.x
bean-util-0.4.3
bean-util-0.4.2
bean-util-0.4.1
0.3.x
bean-util-0.3.2
bean-util-0.3.1
0.2.x
bean-util-0.2.18
bean-util-0.2.17
bean-util-0.2.16
bean-util-0.2.15
bean-util-0.2.14
bean-util-0.2.13
bean-util-0.2.12
bean-util-0.2.11
bean-util-0.2.10
bean-util-0.2.9
bean-util-0.2.8
bean-util-0.2.7
bean-util-0.2.6
bean-util-0.2.5
bean-util-0.2.4
bean-util-0.2.3
bean-util-0.2.2
bean-util-0.2.1
0.1.x
bean-util-0.1.4
bean-util-0.1.3
bean-util-0.1.2
bean-util-0.1.1
0.0.x
bean-util-0.0.16
bean-util-0.0.15
bean-util-0.0.14
bean-util-0.0.13
bean-util-0.0.12
bean-util-0.0.11
bean-util-0.0.10
bean-util-0.0.9
bean-util-0.0.8
bean-util-0.0.7
bean-util-0.0.6
bean-util-0.0.5
bean-util-0.0.4
bean-util-0.0.3
bean-util-0.0.2
bean-util-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.leeonky</groupId>
    <artifactId>bean-util</artifactId>
    <version>0.6.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.leeonky:bean-util:0.6.4'

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

implementation("com.github.leeonky:bean-util:0.6.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.leeonky" % "bean-util" % "0.6.4"

Advertisement