is not current version
Last Version 0.3.1

com.github.chrix75:unified-log 0.2.1

Base interfaces and implementation for Event-sourcing and unified-log

GroupId

GroupId

com.github.chrix75
ArtifactId

ArtifactId

unified-log
Version

Version

0.2.1
Type

Type

jar

Download unified-log 0.2.1


<!-- https://jarcasting.com/artifacts/com.github.chrix75/unified-log/ -->
<dependency>
    <groupId>com.github.chrix75</groupId>
    <artifactId>unified-log</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrix75/unified-log/
implementation 'com.github.chrix75:unified-log:0.2.1'
// https://jarcasting.com/artifacts/com.github.chrix75/unified-log/
implementation ("com.github.chrix75:unified-log:0.2.1")
'com.github.chrix75:unified-log:jar:0.2.1'
<dependency org="com.github.chrix75" name="unified-log" rev="0.2.1">
  <artifact name="unified-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrix75', module='unified-log', version='0.2.1')
)
libraryDependencies += "com.github.chrix75" % "unified-log" % "0.2.1"
[com.github.chrix75/unified-log "0.2.1"]