Categories |
CategoriesSpring Boot Container Microservices ORM Data |
---|---|
GroupId | GroupIdcom.baidubce.formula |
ArtifactId | ArtifactIdroute-spring-boot-starter |
Version | Version1.5.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.baidubce.formula/route-spring-boot-starter/ -->
<dependency>
<groupId>com.baidubce.formula</groupId>
<artifactId>route-spring-boot-starter</artifactId>
<version>1.5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.baidubce.formula/route-spring-boot-starter/
implementation 'com.baidubce.formula:route-spring-boot-starter:1.5.1.1'
// https://jarcasting.com/artifacts/com.baidubce.formula/route-spring-boot-starter/
implementation ("com.baidubce.formula:route-spring-boot-starter:1.5.1.1")
'com.baidubce.formula:route-spring-boot-starter:jar:1.5.1.1'
<dependency org="com.baidubce.formula" name="route-spring-boot-starter" rev="1.5.1.1">
<artifact name="route-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baidubce.formula', module='route-spring-boot-starter', version='1.5.1.1')
)
libraryDependencies += "com.baidubce.formula" % "route-spring-boot-starter" % "1.5.1.1"
[com.baidubce.formula/route-spring-boot-starter "1.5.1.1"]