Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.apache.servicecomb |
ArtifactId | ArtifactIdspring-boot-common |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-common-1.3.1.pom | |
spring-boot-common-1.3.1.jar | 14 KB |
spring-boot-common-1.3.1-sources.jar | 10 KB |
spring-boot-common-1.3.1-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/spring-boot-common/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>spring-boot-common</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/spring-boot-common/
implementation 'org.apache.servicecomb:spring-boot-common:1.3.1'
// https://jarcasting.com/artifacts/org.apache.servicecomb/spring-boot-common/
implementation ("org.apache.servicecomb:spring-boot-common:1.3.1")
'org.apache.servicecomb:spring-boot-common:jar:1.3.1'
<dependency org="org.apache.servicecomb" name="spring-boot-common" rev="1.3.1">
<artifact name="spring-boot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='spring-boot-common', version='1.3.1')
)
libraryDependencies += "org.apache.servicecomb" % "spring-boot-common" % "1.3.1"
[org.apache.servicecomb/spring-boot-common "1.3.1"]