Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdio.streamnative |
ArtifactId | ArtifactIdstructured-event-log |
Version | Version2.9.0-rc-202109162205 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.streamnative/structured-event-log/ -->
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>structured-event-log</artifactId>
<version>2.9.0-rc-202109162205</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/structured-event-log/
implementation 'io.streamnative:structured-event-log:2.9.0-rc-202109162205'
// https://jarcasting.com/artifacts/io.streamnative/structured-event-log/
implementation ("io.streamnative:structured-event-log:2.9.0-rc-202109162205")
'io.streamnative:structured-event-log:jar:2.9.0-rc-202109162205'
<dependency org="io.streamnative" name="structured-event-log" rev="2.9.0-rc-202109162205">
<artifact name="structured-event-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='structured-event-log', version='2.9.0-rc-202109162205')
)
libraryDependencies += "io.streamnative" % "structured-event-log" % "2.9.0-rc-202109162205"
[io.streamnative/structured-event-log "2.9.0-rc-202109162205"]