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