<dependency> <groupId>com.ibm.async</groupId> <artifactId>asyncutil-flow</artifactId> <version>0.1.0</version> </dependency>
implementation 'com.ibm.async:asyncutil-flow:0.1.0'
implementation("com.ibm.async:asyncutil-flow:0.1.0")
libraryDependencies += "com.ibm.async" % "asyncutil-flow" % "0.1.0"
@Grapes( @Grab(group='com.ibm.async', module='asyncutil-flow', version='0.1.0') )
<dependency org="com.ibm.async" name="asyncutil-flow" rev="0.1.0" />
[com.ibm.async/asyncutil-flow "0.1.0"]
'com.ibm.async:asyncutil-flow:jar:0.1.0'
<parent> <groupId>com.ibm.async</groupId> <artifactId>asyncutil-aggregator</artifactId> <version>0.1.0</version> </parent>
compile
|-- com.ibm.async:asyncutil:0.1.0
test
|-- junit:junit:4.11
|-- org.testng:testng:6.8
|-- org.reactivestreams:reactive-streams-tck-flow:1.0.2