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