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