s

streamemo

Memoizing and replaying items on demand into and from an internal buffer.
https://github.com/javasync/streamemo
MIT license
Miguel Gamboa
Files download
File Operation
streamemo-1.0.1.jar download
streamemo-1.0.1.pom download
streamemo-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.javasync</groupId>
  <artifactId>streamemo</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.javasync:streamemo:1.0.1'
Gradle Kotlin
implementation("com.github.javasync:streamemo:1.0.1")
Scala SBT
libraryDependencies += "com.github.javasync" % "streamemo" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.javasync', module='streamemo', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.javasync" name="streamemo" rev="1.0.1" />
Leiningen
[com.github.javasync/streamemo "1.0.1"]
Apache Buildr
'com.github.javasync:streamemo:jar:1.0.1'