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