文件下载
文件名 操作
huiche-core-3.0.6.jar 下载
huiche-core-3.0.6.pom 下载
huiche-core-3.0.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.huiche</groupId>
  <artifactId>huiche-core</artifactId>
  <version>3.0.6</version>
</dependency>
Gradle Groovy
implementation 'org.huiche:huiche-core:3.0.6'
Gradle Kotlin
implementation("org.huiche:huiche-core:3.0.6")
Scala SBT
libraryDependencies += "org.huiche" % "huiche-core" % "3.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.huiche', module='huiche-core', version='3.0.6')
)
Apache Ivy
<dependency org="org.huiche" name="huiche-core" rev="3.0.6" />
Leiningen
[org.huiche/huiche-core "3.0.6"]
Apache Buildr
'org.huiche:huiche-core:jar:3.0.6'
本项目依赖
该项目无第三方依赖