s

stream-receiver

common stream receiver implementation for stream framework
https://github.com/frankcl/stream
The Apache License, Version 2.0
frankcl
Files download
File Operation
stream-receiver-0.1.0.jar download
stream-receiver-0.1.0.pom download
stream-receiver-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>xin.manong</groupId>
  <artifactId>stream-receiver</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'xin.manong:stream-receiver:0.1.0'
Gradle Kotlin
implementation("xin.manong:stream-receiver:0.1.0")
Scala SBT
libraryDependencies += "xin.manong" % "stream-receiver" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='xin.manong', module='stream-receiver', version='0.1.0')
)
Apache Ivy
<dependency org="xin.manong" name="stream-receiver" rev="0.1.0" />
Leiningen
[xin.manong/stream-receiver "0.1.0"]
Apache Buildr
'xin.manong:stream-receiver:jar:0.1.0'