License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices druid Data Databases |
GroupId | GroupIdorg.devefx.spring.boot |
ArtifactId | ArtifactIddruid-spring-boot-starter |
Last Version | Last Version1.0.31 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondruid-spring-boot-starter
An JDBC datasource implementation.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.devefx.spring.boot/druid-spring-boot-starter/ -->
<dependency>
<groupId>org.devefx.spring.boot</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.0.31</version>
</dependency>
// https://jarcasting.com/artifacts/org.devefx.spring.boot/druid-spring-boot-starter/
implementation 'org.devefx.spring.boot:druid-spring-boot-starter:1.0.31'
// https://jarcasting.com/artifacts/org.devefx.spring.boot/druid-spring-boot-starter/
implementation ("org.devefx.spring.boot:druid-spring-boot-starter:1.0.31")
'org.devefx.spring.boot:druid-spring-boot-starter:jar:1.0.31'
<dependency org="org.devefx.spring.boot" name="druid-spring-boot-starter" rev="1.0.31">
<artifact name="druid-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.devefx.spring.boot', module='druid-spring-boot-starter', version='1.0.31')
)
libraryDependencies += "org.devefx.spring.boot" % "druid-spring-boot-starter" % "1.0.31"
[org.devefx.spring.boot/druid-spring-boot-starter "1.0.31"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.6.RELEASE |
com.alibaba : druid | jar | 1.0.31 |