MVN

cn.openapis : hy.common.license

Maven & Gradle

Jun 06, 2023
0 stars

cn.openapis.hy.common.license · cn.openapis.hy.common.license

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

Latest Version

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

  • Latest Stable: 1.1.7

All Versions

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

Version Vulnerabilities Updated
1.1.x
hy.common.license-1.1.7
hy.common.license-1.1.6
hy.common.license-1.1.5
hy.common.license-1.1.4
hy.common.license-1.1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.openapis</groupId>
    <artifactId>hy.common.license</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.openapis:hy.common.license:1.1.7'

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

implementation("cn.openapis:hy.common.license:1.1.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.openapis" % "hy.common.license" % "1.1.7"

Advertisement