Files download
File Operation
hal4j-parent-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.hal4j</groupId>
  <artifactId>hal4j-parent</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.hal4j:hal4j-parent:1.0.0'
Gradle Kotlin
implementation("com.github.hal4j:hal4j-parent:1.0.0")
Scala SBT
libraryDependencies += "com.github.hal4j" % "hal4j-parent" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hal4j', module='hal4j-parent', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.hal4j" name="hal4j-parent" rev="1.0.0" />
Leiningen
[com.github.hal4j/hal4j-parent "1.0.0"]
Apache Buildr
'com.github.hal4j:hal4j-parent:jar:1.0.0'
Dependencies
The project has no third-party dependencies