is not current version
Last Version 2.0.0

org.calrissian.accumulorecipes:temporal-lastn-store 0.1

The temporal last n store provides time-based and count-based groups of windows into events that can be joined in various different ways.

GroupId

GroupId

org.calrissian.accumulorecipes
ArtifactId

ArtifactId

temporal-lastn-store
Version

Version

0.1
Type

Type

jar

Download temporal-lastn-store 0.1


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