j

java-event-history

sampling events with multiple resolutions.
https://github.com/yevmel/java-event-history
MIT
Yevgeniy Melnichuk
Files download
File Operation
java-event-history-0.3.0.jar download
java-event-history-0.3.0.pom download
java-event-history-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.melnichuk</groupId>
  <artifactId>java-event-history</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'de.melnichuk:java-event-history:0.3.0'
Gradle Kotlin
implementation("de.melnichuk:java-event-history:0.3.0")
Scala SBT
libraryDependencies += "de.melnichuk" % "java-event-history" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='de.melnichuk', module='java-event-history', version='0.3.0')
)
Apache Ivy
<dependency org="de.melnichuk" name="java-event-history" rev="0.3.0" />
Leiningen
[de.melnichuk/java-event-history "0.3.0"]
Apache Buildr
'de.melnichuk:java-event-history:jar:0.3.0'