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