License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.dreamroute |
ArtifactId | ArtifactIdhikari-spring-boot-starter |
Last Version | Last Version1.4-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhikari-spring-boot-starter
Parent pom providing dependency and plugin management for applications built with Maven
|
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/hikari-spring-boot-starter/ -->
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>hikari-spring-boot-starter</artifactId>
<version>1.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/hikari-spring-boot-starter/
implementation 'com.github.dreamroute:hikari-spring-boot-starter:1.4-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/hikari-spring-boot-starter/
implementation ("com.github.dreamroute:hikari-spring-boot-starter:1.4-RELEASE")
'com.github.dreamroute:hikari-spring-boot-starter:jar:1.4-RELEASE'
<dependency org="com.github.dreamroute" name="hikari-spring-boot-starter" rev="1.4-RELEASE">
<artifact name="hikari-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='hikari-spring-boot-starter', version='1.4-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "hikari-spring-boot-starter" % "1.4-RELEASE"
[com.github.dreamroute/hikari-spring-boot-starter "1.4-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 8.0.22 |
org.springframework.boot : spring-boot-starter-web Optional | jar | 2.4.0 |
org.springframework.boot : spring-boot-starter-jdbc | jar | 2.4.0 |