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