| License |
License |
|---|---|
| GroupId | GroupIdcom.ibeetl |
| ArtifactId | ArtifactIdsql-springboot-starter |
| Version | Version3.12.5-RELEASE |
| Type | Typejar |
| Description |
Descriptionjava DAO tool
|
<!-- https://jarcasting.com/artifacts/com.ibeetl/sql-springboot-starter/ -->
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>sql-springboot-starter</artifactId>
<version>3.12.5-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibeetl/sql-springboot-starter/
implementation 'com.ibeetl:sql-springboot-starter:3.12.5-RELEASE'
// https://jarcasting.com/artifacts/com.ibeetl/sql-springboot-starter/
implementation ("com.ibeetl:sql-springboot-starter:3.12.5-RELEASE")
'com.ibeetl:sql-springboot-starter:jar:3.12.5-RELEASE'
<dependency org="com.ibeetl" name="sql-springboot-starter" rev="3.12.5-RELEASE">
<artifact name="sql-springboot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibeetl', module='sql-springboot-starter', version='3.12.5-RELEASE')
)
libraryDependencies += "com.ibeetl" % "sql-springboot-starter" % "3.12.5-RELEASE"
[com.ibeetl/sql-springboot-starter "3.12.5-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.ibeetl : sql-spring | jar | 3.12.5-RELEASE |
| com.ibeetl : beetlsql | jar | 3.12.5-RELEASE |
| com.ibeetl : beetl | jar | 3.9.1.RELEASE |
| org.projectlombok : lombok Optional | jar | 1.16.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-jdbc | jar | |
| org.springframework.boot : spring-boot-starter-test | jar | |
| io.springfox : springfox-boot-starter | jar | 3.0.0 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| mysql : mysql-connector-java | jar | 8.0.20 |
| com.h2database : h2 | jar | 1.4.200 |
| com.zaxxer : HikariCP | jar | 3.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-core | jar | 1.3 |