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
文件下载
文件名 操作
Dothan-6.0.0-RELEASE.jar 下载
Dothan-6.0.0-RELEASE.pom 下载
Dothan-6.0.0-RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.sinri</groupId>
  <artifactId>Dothan</artifactId>
  <version>6.0.0-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.github.sinri:Dothan:6.0.0-RELEASE'
Gradle Kotlin
implementation("io.github.sinri:Dothan:6.0.0-RELEASE")
Scala SBT
libraryDependencies += "io.github.sinri" % "Dothan" % "6.0.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.github.sinri', module='Dothan', version='6.0.0-RELEASE')
)
Apache Ivy
<dependency org="io.github.sinri" name="Dothan" rev="6.0.0-RELEASE" />
Leiningen
[io.github.sinri/Dothan "6.0.0-RELEASE"]
Apache Buildr
'io.github.sinri:Dothan:jar:6.0.0-RELEASE'
本项目依赖
该项目无第三方依赖