Categories |
CategoriesSpring Boot Container Microservices druid Data Databases |
---|---|
GroupId | GroupIdcom.github.drtrang |
ArtifactId | ArtifactIddruid-spring-boot2-parent |
Version | Version1.1.10 |
Type | Typepom |
Filename | Size |
---|---|
druid-spring-boot2-parent-1.1.10.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.drtrang/druid-spring-boot2-parent/ -->
<dependency>
<groupId>com.github.drtrang</groupId>
<artifactId>druid-spring-boot2-parent</artifactId>
<version>1.1.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.drtrang/druid-spring-boot2-parent/
implementation 'com.github.drtrang:druid-spring-boot2-parent:1.1.10'
// https://jarcasting.com/artifacts/com.github.drtrang/druid-spring-boot2-parent/
implementation ("com.github.drtrang:druid-spring-boot2-parent:1.1.10")
'com.github.drtrang:druid-spring-boot2-parent:pom:1.1.10'
<dependency org="com.github.drtrang" name="druid-spring-boot2-parent" rev="1.1.10">
<artifact name="druid-spring-boot2-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.drtrang', module='druid-spring-boot2-parent', version='1.1.10')
)
libraryDependencies += "com.github.drtrang" % "druid-spring-boot2-parent" % "1.1.10"
[com.github.drtrang/druid-spring-boot2-parent "1.1.10"]