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