r

runtime-sofa-boot-plugin

The Apache License, Version 2.0
文件下载
文件名 操作
runtime-sofa-boot-plugin-3.22.0.jar 下载
runtime-sofa-boot-plugin-3.22.0.pom 下载
runtime-sofa-boot-plugin-3.22.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.alipay.sofa</groupId>
  <artifactId>runtime-sofa-boot-plugin</artifactId>
  <version>3.22.0</version>
</dependency>
Gradle Groovy
implementation 'com.alipay.sofa:runtime-sofa-boot-plugin:3.22.0'
Gradle Kotlin
implementation("com.alipay.sofa:runtime-sofa-boot-plugin:3.22.0")
Scala SBT
libraryDependencies += "com.alipay.sofa" % "runtime-sofa-boot-plugin" % "3.22.0"
Groovy Grape
@Grapes(
  @Grab(group='com.alipay.sofa', module='runtime-sofa-boot-plugin', version='3.22.0')
)
Apache Ivy
<dependency org="com.alipay.sofa" name="runtime-sofa-boot-plugin" rev="3.22.0" />
Leiningen
[com.alipay.sofa/runtime-sofa-boot-plugin "3.22.0"]
Apache Buildr
'com.alipay.sofa:runtime-sofa-boot-plugin:jar:3.22.0'