Files download
File Operation
huiche-1.0.3.pom download
Apache Maven
<dependency>
  <groupId>com.github.jmjlbmn</groupId>
  <artifactId>huiche</artifactId>
  <version>1.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.jmjlbmn:huiche:1.0.3'
Gradle Kotlin
implementation("com.github.jmjlbmn:huiche:1.0.3")
Scala SBT
libraryDependencies += "com.github.jmjlbmn" % "huiche" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jmjlbmn', module='huiche', version='1.0.3')
)
Apache Ivy
<dependency org="com.github.jmjlbmn" name="huiche" rev="1.0.3" />
Leiningen
[com.github.jmjlbmn/huiche "1.0.3"]
Apache Buildr
'com.github.jmjlbmn:huiche:jar:1.0.3'