Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.chris2018998 |
ArtifactId | ArtifactIdbeecp-spring-boot-starter |
Version | Version1.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.chris2018998/beecp-spring-boot-starter/ -->
<dependency>
<groupId>com.github.chris2018998</groupId>
<artifactId>beecp-spring-boot-starter</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chris2018998/beecp-spring-boot-starter/
implementation 'com.github.chris2018998:beecp-spring-boot-starter:1.5.0'
// https://jarcasting.com/artifacts/com.github.chris2018998/beecp-spring-boot-starter/
implementation ("com.github.chris2018998:beecp-spring-boot-starter:1.5.0")
'com.github.chris2018998:beecp-spring-boot-starter:jar:1.5.0'
<dependency org="com.github.chris2018998" name="beecp-spring-boot-starter" rev="1.5.0">
<artifact name="beecp-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chris2018998', module='beecp-spring-boot-starter', version='1.5.0')
)
libraryDependencies += "com.github.chris2018998" % "beecp-spring-boot-starter" % "1.5.0"
[com.github.chris2018998/beecp-spring-boot-starter "1.5.0"]