is not current version
Last Version 1.3.10

org.openimaj:common-stream 1.3.7

Classes providing access to common types of streaming data (twitter, irc, wikimedia edits, etc) as well as providing methods and techniques for working with streams

GroupId

GroupId

org.openimaj
ArtifactId

ArtifactId

common-stream
Version

Version

1.3.7
Type

Type

jar

Download common-stream 1.3.7


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