Categories |
CategoriesJava Languages Spring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.apache.servicecomb |
ArtifactId | ArtifactIdjava-chassis-spring-boot |
Version | Version1.3.0 |
Type | Typepom |
Filename | Size |
---|---|
java-chassis-spring-boot-1.3.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/java-chassis-spring-boot/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>java-chassis-spring-boot</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/java-chassis-spring-boot/
implementation 'org.apache.servicecomb:java-chassis-spring-boot:1.3.0'
// https://jarcasting.com/artifacts/org.apache.servicecomb/java-chassis-spring-boot/
implementation ("org.apache.servicecomb:java-chassis-spring-boot:1.3.0")
'org.apache.servicecomb:java-chassis-spring-boot:pom:1.3.0'
<dependency org="org.apache.servicecomb" name="java-chassis-spring-boot" rev="1.3.0">
<artifact name="java-chassis-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='java-chassis-spring-boot', version='1.3.0')
)
libraryDependencies += "org.apache.servicecomb" % "java-chassis-spring-boot" % "1.3.0"
[org.apache.servicecomb/java-chassis-spring-boot "1.3.0"]