| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаorg.springframework.boot |
| Идентификатор | Идентификаторspring-boot-starter-jdbc |
| Версия | Версия2.0.5.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spring-boot-starter-jdbc-2.0.5.RELEASE.pom | |
| spring-boot-starter-jdbc-2.0.5.RELEASE.jar | 597 bytes |
| spring-boot-starter-jdbc-2.0.5.RELEASE-sources.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-jdbc/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
<version>2.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-jdbc/
implementation 'org.springframework.boot:spring-boot-starter-jdbc:2.0.5.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-jdbc/
implementation ("org.springframework.boot:spring-boot-starter-jdbc:2.0.5.RELEASE")
'org.springframework.boot:spring-boot-starter-jdbc:jar:2.0.5.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-jdbc" rev="2.0.5.RELEASE">
<artifact name="spring-boot-starter-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-jdbc', version='2.0.5.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-jdbc" % "2.0.5.RELEASE"
[org.springframework.boot/spring-boot-starter-jdbc "2.0.5.RELEASE"]