<dependency> <groupId>com.tencent.polaris</groupId> <artifactId>event-tsf</artifactId> <version>2.0.0.0</version> </dependency>
implementation 'com.tencent.polaris:event-tsf:2.0.0.0'
implementation("com.tencent.polaris:event-tsf:2.0.0.0")
libraryDependencies += "com.tencent.polaris" % "event-tsf" % "2.0.0.0"
@Grapes( @Grab(group='com.tencent.polaris', module='event-tsf', version='2.0.0.0') )
<dependency org="com.tencent.polaris" name="event-tsf" rev="2.0.0.0" />
[com.tencent.polaris/event-tsf "2.0.0.0"]
'com.tencent.polaris:event-tsf:jar:2.0.0.0'
<parent> <groupId>com.tencent.polaris</groupId> <artifactId>polaris-plugins-observability</artifactId> <version>2.0.0.0</version> </parent>
compile
|-- org.apache.httpcomponents:httpclient
|-- com.google.code.gson:gson
provided
|-- org.slf4j:slf4j-api