Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdlink.thingscloud |
ArtifactId | ArtifactIdspring-boot-common |
Version | Version1.2.0 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-common-1.2.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/link.thingscloud/spring-boot-common/ -->
<dependency>
<groupId>link.thingscloud</groupId>
<artifactId>spring-boot-common</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/link.thingscloud/spring-boot-common/
implementation 'link.thingscloud:spring-boot-common:1.2.0'
// https://jarcasting.com/artifacts/link.thingscloud/spring-boot-common/
implementation ("link.thingscloud:spring-boot-common:1.2.0")
'link.thingscloud:spring-boot-common:pom:1.2.0'
<dependency org="link.thingscloud" name="spring-boot-common" rev="1.2.0">
<artifact name="spring-boot-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='link.thingscloud', module='spring-boot-common', version='1.2.0')
)
libraryDependencies += "link.thingscloud" % "spring-boot-common" % "1.2.0"
[link.thingscloud/spring-boot-common "1.2.0"]