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