| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdlink.thingscloud |
| ArtifactId | ArtifactIdspring-boot-common-core |
| Version | Version1.4.1-RELEASE |
| Type | Typejar |
| Description |
Descriptionspring-boot-common-core-1.4.1-RELEASE
spring boot common
|
<!-- https://jarcasting.com/artifacts/link.thingscloud/spring-boot-common-core/ -->
<dependency>
<groupId>link.thingscloud</groupId>
<artifactId>spring-boot-common-core</artifactId>
<version>1.4.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/link.thingscloud/spring-boot-common-core/
implementation 'link.thingscloud:spring-boot-common-core:1.4.1-RELEASE'
// https://jarcasting.com/artifacts/link.thingscloud/spring-boot-common-core/
implementation ("link.thingscloud:spring-boot-common-core:1.4.1-RELEASE")
'link.thingscloud:spring-boot-common-core:jar:1.4.1-RELEASE'
<dependency org="link.thingscloud" name="spring-boot-common-core" rev="1.4.1-RELEASE">
<artifact name="spring-boot-common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='link.thingscloud', module='spring-boot-common-core', version='1.4.1-RELEASE')
)
libraryDependencies += "link.thingscloud" % "spring-boot-common-core" % "1.4.1-RELEASE"
[link.thingscloud/spring-boot-common-core "1.4.1-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-json | jar | |
| cn.hutool : hutool-all | jar | 5.4.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| junit : junit | jar | 4.13.1 |