MVN

cn.openapis : hy.common.xjava

Maven & Gradle

Aug 17, 2023
5 stars

cn.openapis.hy.common.xjava · cn.openapis.hy.common.xjava

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

Latest Version

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

  • Latest Stable: 4.3.8

All Versions

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

Version Vulnerabilities Updated
4.3.x
hy.common.xjava-4.3.8
hy.common.xjava-4.3.7
hy.common.xjava-4.3.6
hy.common.xjava-4.3.5
hy.common.xjava-4.3.4
hy.common.xjava-4.3.3
hy.common.xjava-4.3.2
hy.common.xjava-4.3.1
hy.common.xjava-4.3.0
4.2.x
hy.common.xjava-4.2.9
hy.common.xjava-4.2.8
hy.common.xjava-4.2.7
hy.common.xjava-4.2.6
hy.common.xjava-4.2.5
hy.common.xjava-4.2.4
hy.common.xjava-4.2.3
hy.common.xjava-4.2.2
hy.common.xjava-4.2.1
hy.common.xjava-4.2.0
4.1.x
hy.common.xjava-4.1.9
hy.common.xjava-4.1.8
hy.common.xjava-4.1.7
hy.common.xjava-4.1.6

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.openapis</groupId>
    <artifactId>hy.common.xjava</artifactId>
    <version>4.3.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.openapis:hy.common.xjava:4.3.8'

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

implementation("cn.openapis:hy.common.xjava:4.3.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.openapis" % "hy.common.xjava" % "4.3.8"

Advertisement