| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.fartherp |
| Идентификатор | Идентификаторdbtest |
| Последняя версия | Последняя версия1.0.5 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеdbtest
dbtest
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| dbtest-1.0.5.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.fartherp/dbtest/ -->
<dependency>
<groupId>com.github.fartherp</groupId>
<artifactId>dbtest</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/dbtest/
implementation 'com.github.fartherp:dbtest:1.0.5'
// https://jarcasting.com/artifacts/com.github.fartherp/dbtest/
implementation ("com.github.fartherp:dbtest:1.0.5")
'com.github.fartherp:dbtest:pom:1.0.5'
<dependency org="com.github.fartherp" name="dbtest" rev="1.0.5">
<artifact name="dbtest" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='dbtest', version='1.0.5')
)
libraryDependencies += "com.github.fartherp" % "dbtest" % "1.0.5"
[com.github.fartherp/dbtest "1.0.5"]