| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаcom.github.dreamroute |
| Идентификатор | Идентификаторdatasource |
| Версия | Версия1.1-RELEASE |
| Тип | Типpom |
| Описание |
ОписаниеParent pom providing dependency and plugin management for applications built with Maven
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| datasource-1.1-RELEASE.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/datasource/ -->
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>datasource</artifactId>
<version>1.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/datasource/
implementation 'com.github.dreamroute:datasource:1.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/datasource/
implementation ("com.github.dreamroute:datasource:1.1-RELEASE")
'com.github.dreamroute:datasource:pom:1.1-RELEASE'
<dependency org="com.github.dreamroute" name="datasource" rev="1.1-RELEASE">
<artifact name="datasource" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='datasource', version='1.1-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "datasource" % "1.1-RELEASE"
[com.github.dreamroute/datasource "1.1-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web Необязательный | jar | 2.4.0 |
| org.springframework.boot : spring-boot-starter-jdbc | jar | 2.4.0 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.4.0 |
| com.github.dreamroute : sqlprinter-spring-boot-starter | jar | 2.0.3-RELEASE |