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