is not current version
Last Version 0.12.0

com.cultureamp:kestrel 0.11.1

Kotlin Framework for running event-sourced services

GroupId

GroupId

com.cultureamp
ArtifactId

ArtifactId

kestrel
Version

Version

0.11.1
Type

Type

jar

Download kestrel 0.11.1


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