| Группа | Группаio.github.sinri |
|---|---|
| Идентификатор | ИдентификаторDothan |
| Версия | Версия6.0.0-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| Dothan-6.0.0-RELEASE.pom | |
| Dothan-6.0.0-RELEASE.jar | 7 MB |
| Dothan-6.0.0-RELEASE-sources.jar | 14 KB |
| Dothan-6.0.0-RELEASE-javadoc.jar | 447 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.sinri/Dothan/ -->
<dependency>
<groupId>io.github.sinri</groupId>
<artifactId>Dothan</artifactId>
<version>6.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sinri/Dothan/
implementation 'io.github.sinri:Dothan:6.0.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.sinri/Dothan/
implementation ("io.github.sinri:Dothan:6.0.0-RELEASE")
'io.github.sinri:Dothan:jar:6.0.0-RELEASE'
<dependency org="io.github.sinri" name="Dothan" rev="6.0.0-RELEASE">
<artifact name="Dothan" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sinri', module='Dothan', version='6.0.0-RELEASE')
)
libraryDependencies += "io.github.sinri" % "Dothan" % "6.0.0-RELEASE"
[io.github.sinri/Dothan "6.0.0-RELEASE"]