License |
License |
---|---|
GroupId | GroupIdlink.thingscloud |
ArtifactId | ArtifactIdcommon-example |
Version | Version1.3.1 |
Type | Typejar |
Description |
Descriptioncommon-example-1.3.1
spring boot common
|
Filename | Size |
---|---|
common-example-1.3.1.pom | |
common-example-1.3.1.jar | 13 KB |
common-example-1.3.1-sources.jar | 8 KB |
common-example-1.3.1-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/link.thingscloud/common-example/ -->
<dependency>
<groupId>link.thingscloud</groupId>
<artifactId>common-example</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/link.thingscloud/common-example/
implementation 'link.thingscloud:common-example:1.3.1'
// https://jarcasting.com/artifacts/link.thingscloud/common-example/
implementation ("link.thingscloud:common-example:1.3.1")
'link.thingscloud:common-example:jar:1.3.1'
<dependency org="link.thingscloud" name="common-example" rev="1.3.1">
<artifact name="common-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='link.thingscloud', module='common-example', version='1.3.1')
)
libraryDependencies += "link.thingscloud" % "common-example" % "1.3.1"
[link.thingscloud/common-example "1.3.1"]
Group / Artifact | Type | Version |
---|---|---|
link.thingscloud : spring-boot-common-all | jar | 1.3.1 |
org.springframework.boot : spring-boot-starter-web | jar | |
com.alibaba : fastjson | jar | 1.2.75 |
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 |