D

Dothan

A light TCP proxy. You can take it as MySQL proxy, might also work for SSH.
https://github.com/sinri/Dothan
GPL-v3.0
Sinri Edogawa
Files download
File Operation
Dothan-6.0.1.jar download
Dothan-6.0.1.pom download
Dothan-6.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.sinri</groupId>
  <artifactId>Dothan</artifactId>
  <version>6.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.sinri:Dothan:6.0.1'
Gradle Kotlin
implementation("io.github.sinri:Dothan:6.0.1")
Scala SBT
libraryDependencies += "io.github.sinri" % "Dothan" % "6.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.sinri', module='Dothan', version='6.0.1')
)
Apache Ivy
<dependency org="io.github.sinri" name="Dothan" rev="6.0.1" />
Leiningen
[io.github.sinri/Dothan "6.0.1"]
Apache Buildr
'io.github.sinri:Dothan:jar:6.0.1'
Dependencies
The project has no third-party dependencies