| Категории |
КатегорииAnt Компиляция и сборка Данные |
|---|---|
| Группа | Группаio.github.vibrantbyte |
| Идентификатор | Идентификаторstorage-datasource-starter |
| Версия | Версия2.1.6.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.github.vibrantbyte/storage-datasource-starter/ -->
<dependency>
<groupId>io.github.vibrantbyte</groupId>
<artifactId>storage-datasource-starter</artifactId>
<version>2.1.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.vibrantbyte/storage-datasource-starter/
implementation 'io.github.vibrantbyte:storage-datasource-starter:2.1.6.RELEASE'
// https://jarcasting.com/artifacts/io.github.vibrantbyte/storage-datasource-starter/
implementation ("io.github.vibrantbyte:storage-datasource-starter:2.1.6.RELEASE")
'io.github.vibrantbyte:storage-datasource-starter:jar:2.1.6.RELEASE'
<dependency org="io.github.vibrantbyte" name="storage-datasource-starter" rev="2.1.6.RELEASE">
<artifact name="storage-datasource-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.vibrantbyte', module='storage-datasource-starter', version='2.1.6.RELEASE')
)
libraryDependencies += "io.github.vibrantbyte" % "storage-datasource-starter" % "2.1.6.RELEASE"
[io.github.vibrantbyte/storage-datasource-starter "2.1.6.RELEASE"]