GroupId | GroupIdcom.alipay.sofa |
---|---|
ArtifactId | ArtifactIdruntime-sofa-boot-starter |
Version | Version2.5.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alipay.sofa/runtime-sofa-boot-starter/ -->
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>runtime-sofa-boot-starter</artifactId>
<version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alipay.sofa/runtime-sofa-boot-starter/
implementation 'com.alipay.sofa:runtime-sofa-boot-starter:2.5.2'
// https://jarcasting.com/artifacts/com.alipay.sofa/runtime-sofa-boot-starter/
implementation ("com.alipay.sofa:runtime-sofa-boot-starter:2.5.2")
'com.alipay.sofa:runtime-sofa-boot-starter:jar:2.5.2'
<dependency org="com.alipay.sofa" name="runtime-sofa-boot-starter" rev="2.5.2">
<artifact name="runtime-sofa-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alipay.sofa', module='runtime-sofa-boot-starter', version='2.5.2')
)
libraryDependencies += "com.alipay.sofa" % "runtime-sofa-boot-starter" % "2.5.2"
[com.alipay.sofa/runtime-sofa-boot-starter "2.5.2"]