License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.xieahui.springboot |
ArtifactId | ArtifactIdspring-boot-easy-connection-pool |
Version | Version1.1.2-RELEASE |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.xieahui.springboot/spring-boot-easy-connection-pool/ -->
<dependency>
<groupId>com.xieahui.springboot</groupId>
<artifactId>spring-boot-easy-connection-pool</artifactId>
<version>1.1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.xieahui.springboot/spring-boot-easy-connection-pool/
implementation 'com.xieahui.springboot:spring-boot-easy-connection-pool:1.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.xieahui.springboot/spring-boot-easy-connection-pool/
implementation ("com.xieahui.springboot:spring-boot-easy-connection-pool:1.1.2-RELEASE")
'com.xieahui.springboot:spring-boot-easy-connection-pool:jar:1.1.2-RELEASE'
<dependency org="com.xieahui.springboot" name="spring-boot-easy-connection-pool" rev="1.1.2-RELEASE">
<artifact name="spring-boot-easy-connection-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xieahui.springboot', module='spring-boot-easy-connection-pool', version='1.1.2-RELEASE')
)
libraryDependencies += "com.xieahui.springboot" % "spring-boot-easy-connection-pool" % "1.1.2-RELEASE"
[com.xieahui.springboot/spring-boot-easy-connection-pool "1.1.2-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-jdbc | jar | 2.2.7.RELEASE |
org.aspectj : aspectjweaver | jar | 1.9.5 |