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