| GroupId | GroupIdcom.ibm.streams |
|---|---|
| ArtifactId | ArtifactIdstreamsx.topology |
| Version | Version1.17.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| streamsx.topology-1.17.0.pom | |
| streamsx.topology-1.17.0.jar | 1 MB |
| streamsx.topology-1.17.0-toolkit.tgz | 17 MB |
| streamsx.topology-1.17.0-sources.jar | 910 KB |
| streamsx.topology-1.17.0-javadoc.jar | 968 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.streams/streamsx.topology/ -->
<dependency>
<groupId>com.ibm.streams</groupId>
<artifactId>streamsx.topology</artifactId>
<version>1.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.streams/streamsx.topology/
implementation 'com.ibm.streams:streamsx.topology:1.17.0'
// https://jarcasting.com/artifacts/com.ibm.streams/streamsx.topology/
implementation ("com.ibm.streams:streamsx.topology:1.17.0")
'com.ibm.streams:streamsx.topology:jar:1.17.0'
<dependency org="com.ibm.streams" name="streamsx.topology" rev="1.17.0">
<artifact name="streamsx.topology" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.streams', module='streamsx.topology', version='1.17.0')
)
libraryDependencies += "com.ibm.streams" % "streamsx.topology" % "1.17.0"
[com.ibm.streams/streamsx.topology "1.17.0"]