Categories |
CategoriesData React User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.datamountaineer |
ArtifactId | ArtifactIdstream-reactor |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
stream-reactor-0.4.0.pom | |
stream-reactor-0.4.0.jar | 450 bytes |
stream-reactor-0.4.0-sources.jar | 261 bytes |
stream-reactor-0.4.0-scaladoc.jar | 261 bytes |
stream-reactor-0.4.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.datamountaineer/stream-reactor/ -->
<dependency>
<groupId>com.datamountaineer</groupId>
<artifactId>stream-reactor</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.datamountaineer/stream-reactor/
implementation 'com.datamountaineer:stream-reactor:0.4.0'
// https://jarcasting.com/artifacts/com.datamountaineer/stream-reactor/
implementation ("com.datamountaineer:stream-reactor:0.4.0")
'com.datamountaineer:stream-reactor:jar:0.4.0'
<dependency org="com.datamountaineer" name="stream-reactor" rev="0.4.0">
<artifact name="stream-reactor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.datamountaineer', module='stream-reactor', version='0.4.0')
)
libraryDependencies += "com.datamountaineer" % "stream-reactor" % "0.4.0"
[com.datamountaineer/stream-reactor "0.4.0"]