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