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