MVN

cn.openapis : hy.common.db

Maven & Gradle

Jun 05, 2023
2 stars

cn.openapis.hy.common.db · cn.openapis.hy.common.db

<dependency>
    <groupId>cn.openapis</groupId>
    <artifactId>hy.common.db</artifactId>
    <version>2.6.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.openapis : hy.common.db to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.7

All Versions

Choose a version of cn.openapis : hy.common.db to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
hy.common.db-2.6.7
hy.common.db-2.6.6
hy.common.db-2.6.5
hy.common.db-2.6.4
hy.common.db-2.6.3
hy.common.db-2.6.2
hy.common.db-2.6.1
hy.common.db-2.6.0
2.5.x
hy.common.db-2.5.9
hy.common.db-2.5.8
hy.common.db-2.5.7

How to add a dependency to Maven

Add the following cn.openapis : hy.common.db maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.openapis</groupId>
    <artifactId>hy.common.db</artifactId>
    <version>2.6.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.openapis : hy.common.db gradle dependency to your build.gradle file:

implementation 'cn.openapis:hy.common.db:2.6.7'

Gradle Kotlin DSL: Add the following cn.openapis : hy.common.db gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.openapis:hy.common.db:2.6.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.openapis : hy.common.db sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.openapis" % "hy.common.db" % "2.6.7"

Advertisement