e

event-tsf

Polaris Plugins Observability TSF Event Reporter JAR
BSD 3-Clause License
文件下载
文件名 操作
event-tsf-2.0.0.0.jar 下载
event-tsf-2.0.0.0.pom 下载
event-tsf-2.0.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.tencent.polaris</groupId>
  <artifactId>event-tsf</artifactId>
  <version>2.0.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.polaris:event-tsf:2.0.0.0'
Gradle Kotlin
implementation("com.tencent.polaris:event-tsf:2.0.0.0")
Scala SBT
libraryDependencies += "com.tencent.polaris" % "event-tsf" % "2.0.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.polaris', module='event-tsf', version='2.0.0.0')
)
Apache Ivy
<dependency org="com.tencent.polaris" name="event-tsf" rev="2.0.0.0" />
Leiningen
[com.tencent.polaris/event-tsf "2.0.0.0"]
Apache Buildr
'com.tencent.polaris:event-tsf:jar:2.0.0.0'