h

huiche-core

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