MVN

cn.openapis : hy.common.base

Maven & Gradle

Jun 24, 2023
14 stars

cn.openapis.hy.common.base · cn.openapis.hy.common.base

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

Latest Version

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

  • Latest Stable: 1.0.171

All Versions

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

Version Vulnerabilities Updated
1.0.x
hy.common.base-1.0.171
hy.common.base-1.0.170
hy.common.base-1.0.169
hy.common.base-1.0.168
hy.common.base-1.0.167
hy.common.base-1.0.166
hy.common.base-1.0.165
hy.common.base-1.0.164
hy.common.base-1.0.163
hy.common.base-1.0.162
hy.common.base-1.0.161
hy.common.base-1.0.160

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.openapis</groupId>
    <artifactId>hy.common.base</artifactId>
    <version>1.0.171</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.openapis:hy.common.base:1.0.171'

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

implementation("cn.openapis:hy.common.base:1.0.171")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.openapis" % "hy.common.base" % "1.0.171"

Advertisement