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