| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.github.luues |
| Идентификатор | Идентификаторspring-boot-starter-jdbc-plus |
| Версия | Версия1.3.0.5.RELEASE |
| Тип | Типjar |
| Описание |
Описаниеspring-boot-starter-jdbc-plus
A simple spring jdbcTemplate-based encapsulation
|
<!-- https://jarcasting.com/artifacts/com.github.luues/spring-boot-starter-jdbc-plus/ -->
<dependency>
<groupId>com.github.luues</groupId>
<artifactId>spring-boot-starter-jdbc-plus</artifactId>
<version>1.3.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luues/spring-boot-starter-jdbc-plus/
implementation 'com.github.luues:spring-boot-starter-jdbc-plus:1.3.0.5.RELEASE'
// https://jarcasting.com/artifacts/com.github.luues/spring-boot-starter-jdbc-plus/
implementation ("com.github.luues:spring-boot-starter-jdbc-plus:1.3.0.5.RELEASE")
'com.github.luues:spring-boot-starter-jdbc-plus:jar:1.3.0.5.RELEASE'
<dependency org="com.github.luues" name="spring-boot-starter-jdbc-plus" rev="1.3.0.5.RELEASE">
<artifact name="spring-boot-starter-jdbc-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luues', module='spring-boot-starter-jdbc-plus', version='1.3.0.5.RELEASE')
)
libraryDependencies += "com.github.luues" % "spring-boot-starter-jdbc-plus" % "1.3.0.5.RELEASE"
[com.github.luues/spring-boot-starter-jdbc-plus "1.3.0.5.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.luues : spring-boot-starter-pom | pom | 1.3.0.5.RELEASE |
| com.github.luues : spring-boot-starter-bean | jar | 1.3.0.5.RELEASE |
| com.github.luues : spring-boot-starter-exception | jar | 1.3.0.5.RELEASE |
| com.github.luues : commons-util | jar | 1.3.0.5.RELEASE |
| mysql : mysql-connector-java | jar | RELEASE |
| org.springframework.boot : spring-boot-starter-jdbc | jar | RELEASE |
| com.alibaba : druid-spring-boot-starter Необязательный | jar | 1.1.22 |
| com.zaxxer : HikariCP-java7 Необязательный | jar | 2.4.13 |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | RELEASE |
| org.projectlombok : lombok Необязательный | jar | 1.18.0 |
| org.jetbrains : annotations Необязательный | jar | 19.0.0 |
| p6spy : p6spy Необязательный | jar | 3.8.7 |
| io.seata : seata-all Необязательный | jar | 1.2.0 |
| cglib : cglib | jar | 3.3.0 |
| com.github.jsqlparser : jsqlparser | jar | 3.1 |
| commons-beanutils : commons-beanutils | jar | 1.9.4 |