| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.sinri |
| Идентификатор | ИдентификаторDothan |
| Последняя версия | Последняя версия6.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеDothan
A light TCP proxy. You can take it as MySQL proxy, might also work for SSH.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| Dothan-6.0.1.pom | |
| Dothan-6.0.1.jar | 7 MB |
| Dothan-6.0.1-sources.jar | 14 KB |
| Dothan-6.0.1-javadoc.jar | 447 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.sinri/Dothan/ -->
<dependency>
<groupId>io.github.sinri</groupId>
<artifactId>Dothan</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sinri/Dothan/
implementation 'io.github.sinri:Dothan:6.0.1'
// https://jarcasting.com/artifacts/io.github.sinri/Dothan/
implementation ("io.github.sinri:Dothan:6.0.1")
'io.github.sinri:Dothan:jar:6.0.1'
<dependency org="io.github.sinri" name="Dothan" rev="6.0.1">
<artifact name="Dothan" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sinri', module='Dothan', version='6.0.1')
)
libraryDependencies += "io.github.sinri" % "Dothan" % "6.0.1"
[io.github.sinri/Dothan "6.0.1"]