s

sentinel-transport-simple-http

文件下载
文件名 操作
sentinel-transport-simple-http-1.8.1.jar 下载
sentinel-transport-simple-http-1.8.1.pom 下载
sentinel-transport-simple-http-1.8.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.alibaba.csp</groupId>
  <artifactId>sentinel-transport-simple-http</artifactId>
  <version>1.8.1</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba.csp:sentinel-transport-simple-http:1.8.1'
Gradle Kotlin
implementation("com.alibaba.csp:sentinel-transport-simple-http:1.8.1")
Scala SBT
libraryDependencies += "com.alibaba.csp" % "sentinel-transport-simple-http" % "1.8.1"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.csp', module='sentinel-transport-simple-http', version='1.8.1')
)
Apache Ivy
<dependency org="com.alibaba.csp" name="sentinel-transport-simple-http" rev="1.8.1" />
Leiningen
[com.alibaba.csp/sentinel-transport-simple-http "1.8.1"]
Apache Buildr
'com.alibaba.csp:sentinel-transport-simple-http:jar:1.8.1'