License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.code-beacon.spring.boot |
ArtifactId | ArtifactIdcommon-spring-boot-samples |
Version | Version1.0.13 |
Type | Typejar |
Description |
Descriptioncommon-spring-boot
|
<!-- https://jarcasting.com/artifacts/com.code-beacon.spring.boot/common-spring-boot-samples/ -->
<dependency>
<groupId>com.code-beacon.spring.boot</groupId>
<artifactId>common-spring-boot-samples</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.code-beacon.spring.boot/common-spring-boot-samples/
implementation 'com.code-beacon.spring.boot:common-spring-boot-samples:1.0.13'
// https://jarcasting.com/artifacts/com.code-beacon.spring.boot/common-spring-boot-samples/
implementation ("com.code-beacon.spring.boot:common-spring-boot-samples:1.0.13")
'com.code-beacon.spring.boot:common-spring-boot-samples:jar:1.0.13'
<dependency org="com.code-beacon.spring.boot" name="common-spring-boot-samples" rev="1.0.13">
<artifact name="common-spring-boot-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.code-beacon.spring.boot', module='common-spring-boot-samples', version='1.0.13')
)
libraryDependencies += "com.code-beacon.spring.boot" % "common-spring-boot-samples" % "1.0.13"
[com.code-beacon.spring.boot/common-spring-boot-samples "1.0.13"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.6.4 |
com.code-beacon.spring.boot : common-spring-boot-starter | jar | 1.0.13 |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.6.4 |
org.apache.commons : commons-pool2 | jar | 2.11.1 |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.0 |
mysql : mysql-connector-java | jar | 8.0.28 |
org.redisson : redisson-spring-boot-starter | jar | 3.15.4 |
org.springframework.boot : spring-boot-starter-aop | jar | 2.6.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.4 |