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