MVN

cn.buk.common : buk-common-util

Maven & Gradle

Jul 05, 2017
2 usages
0 stars

buk-common-util

<dependency>
    <groupId>cn.buk.common</groupId>
    <artifactId>buk-common-util</artifactId>
    <version>1.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.buk.common : buk-common-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.15

All Versions

Choose a version of cn.buk.common : buk-common-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
buk-common-util-1.0.15

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.buk.common</groupId>
    <artifactId>buk-common-util</artifactId>
    <version>1.0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.buk.common : buk-common-util gradle dependency to your build.gradle file:

implementation 'cn.buk.common:buk-common-util:1.0.15'

Gradle Kotlin DSL: Add the following cn.buk.common : buk-common-util gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.buk.common:buk-common-util:1.0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.buk.common : buk-common-util sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.buk.common" % "buk-common-util" % "1.0.15"

Advertisement