MVN

com.exec8 : com.bh.core.tools

Maven & Gradle

Aug 23, 2019
1 stars

bh tools · 工具类

<dependency>
    <groupId>com.exec8</groupId>
    <artifactId>com.bh.core.tools</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.exec8 : com.bh.core.tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of com.exec8 : com.bh.core.tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
com.bh.core.tools-1.8
1.7
com.bh.core.tools-1.7
1.6
com.bh.core.tools-1.6
1.0.x
com.bh.core.tools-1.0.5
com.bh.core.tools-1.0.4
com.bh.core.tools-1.0.2
com.bh.core.tools-1.0.1

How to add a dependency to Maven

Add the following com.exec8 : com.bh.core.tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.exec8</groupId>
    <artifactId>com.bh.core.tools</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.exec8 : com.bh.core.tools gradle dependency to your build.gradle file:

implementation 'com.exec8:com.bh.core.tools:1.8'

Gradle Kotlin DSL: Add the following com.exec8 : com.bh.core.tools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.exec8:com.bh.core.tools:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.exec8 : com.bh.core.tools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.exec8" % "com.bh.core.tools" % "1.8"