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