Files download
File Operation
hy.common.license-1.1.9.jar download
hy.common.license-1.1.9.pom download
hy.common.license-1.1.9-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.openapis</groupId>
  <artifactId>hy.common.license</artifactId>
  <version>1.1.9</version>
</dependency>
Gradle Groovy
implementation 'cn.openapis:hy.common.license:1.1.9'
Gradle Kotlin
implementation("cn.openapis:hy.common.license:1.1.9")
Scala SBT
libraryDependencies += "cn.openapis" % "hy.common.license" % "1.1.9"
Groovy Grape
@Grapes(
  @Grab(group='cn.openapis', module='hy.common.license', version='1.1.9')
)
Apache Ivy
<dependency org="cn.openapis" name="hy.common.license" rev="1.1.9" />
Leiningen
[cn.openapis/hy.common.license "1.1.9"]
Apache Buildr
'cn.openapis:hy.common.license:jar:1.1.9'