License |
License |
---|---|
GroupId | GroupIdcom.github.chrix75 |
ArtifactId | ArtifactIdunified-log |
Version | Version0.3.1 |
Type | Typejar |
Description |
Descriptioncom.github.chrix75 unified-log
Base interfaces and implementation for Event-sourcing and unified-log
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
unified-log-0.3.1.pom | |
unified-log-0.3.1.jar | 15 KB |
unified-log-0.3.1-sources.jar | 7 KB |
unified-log-0.3.1-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrix75/unified-log/ -->
<dependency>
<groupId>com.github.chrix75</groupId>
<artifactId>unified-log</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrix75/unified-log/
implementation 'com.github.chrix75:unified-log:0.3.1'
// https://jarcasting.com/artifacts/com.github.chrix75/unified-log/
implementation ("com.github.chrix75:unified-log:0.3.1")
'com.github.chrix75:unified-log:jar:0.3.1'
<dependency org="com.github.chrix75" name="unified-log" rev="0.3.1">
<artifact name="unified-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrix75', module='unified-log', version='0.3.1')
)
libraryDependencies += "com.github.chrix75" % "unified-log" % "0.3.1"
[com.github.chrix75/unified-log "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.41 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.41 |
junit : junit | jar | 4.12 |