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