Files download
File Operation
structured-event-log-3.2.1.3.jar download
structured-event-log-3.2.1.3.pom download
structured-event-log-3.2.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.streamnative</groupId>
  <artifactId>structured-event-log</artifactId>
  <version>3.2.1.3</version>
</dependency>
Gradle Groovy
implementation 'io.streamnative:structured-event-log:3.2.1.3'
Gradle Kotlin
implementation("io.streamnative:structured-event-log:3.2.1.3")
Scala SBT
libraryDependencies += "io.streamnative" % "structured-event-log" % "3.2.1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.streamnative', module='structured-event-log', version='3.2.1.3')
)
Apache Ivy
<dependency org="io.streamnative" name="structured-event-log" rev="3.2.1.3" />
Leiningen
[io.streamnative/structured-event-log "3.2.1.3"]
Apache Buildr
'io.streamnative:structured-event-log:jar:3.2.1.3'