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