GroupId | GroupIdio.vlingo.xoom |
---|---|
ArtifactId | ArtifactIdxoom-streams |
Version | Version1.8.6 |
Type | Typejar |
Filename | Size |
---|---|
xoom-streams-1.8.6.pom | |
xoom-streams-1.8.6.jar | 54 KB |
xoom-streams-1.8.6-sources.jar | 36 KB |
xoom-streams-1.8.6-javadoc.jar | 223 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vlingo.xoom/xoom-streams/ -->
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-streams</artifactId>
<version>1.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.vlingo.xoom/xoom-streams/
implementation 'io.vlingo.xoom:xoom-streams:1.8.6'
// https://jarcasting.com/artifacts/io.vlingo.xoom/xoom-streams/
implementation ("io.vlingo.xoom:xoom-streams:1.8.6")
'io.vlingo.xoom:xoom-streams:jar:1.8.6'
<dependency org="io.vlingo.xoom" name="xoom-streams" rev="1.8.6">
<artifact name="xoom-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vlingo.xoom', module='xoom-streams', version='1.8.6')
)
libraryDependencies += "io.vlingo.xoom" % "xoom-streams" % "1.8.6"
[io.vlingo.xoom/xoom-streams "1.8.6"]