is not current version
Last Version 2.1.0

com.ibm.streams:streamsx.topology 1.16.0

Java API to allow creation of streaming applications for IBM Streams

GroupId

GroupId

com.ibm.streams
ArtifactId

ArtifactId

streamsx.topology
Version

Version

1.16.0
Type

Type

jar

Download streamsx.topology 1.16.0


<!-- https://jarcasting.com/artifacts/com.ibm.streams/streamsx.topology/ -->
<dependency>
    <groupId>com.ibm.streams</groupId>
    <artifactId>streamsx.topology</artifactId>
    <version>1.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.streams/streamsx.topology/
implementation 'com.ibm.streams:streamsx.topology:1.16.0'
// https://jarcasting.com/artifacts/com.ibm.streams/streamsx.topology/
implementation ("com.ibm.streams:streamsx.topology:1.16.0")
'com.ibm.streams:streamsx.topology:jar:1.16.0'
<dependency org="com.ibm.streams" name="streamsx.topology" rev="1.16.0">
  <artifact name="streamsx.topology" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.streams', module='streamsx.topology', version='1.16.0')
)
libraryDependencies += "com.ibm.streams" % "streamsx.topology" % "1.16.0"
[com.ibm.streams/streamsx.topology "1.16.0"]