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