GroupId | GroupIdorg.openimaj |
---|---|
ArtifactId | ArtifactIdcommon-stream |
Version | Version1.3.8 |
Type | Typejar |
Filename | Size |
---|---|
common-stream-1.3.8.pom | |
common-stream-1.3.8.jar | 34 KB |
common-stream-1.3.8-sources.jar | 32 KB |
common-stream-1.3.8-javadoc.jar | 221 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj/common-stream/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>common-stream</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/common-stream/
implementation 'org.openimaj:common-stream:1.3.8'
// https://jarcasting.com/artifacts/org.openimaj/common-stream/
implementation ("org.openimaj:common-stream:1.3.8")
'org.openimaj:common-stream:jar:1.3.8'
<dependency org="org.openimaj" name="common-stream" rev="1.3.8">
<artifact name="common-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='common-stream', version='1.3.8')
)
libraryDependencies += "org.openimaj" % "common-stream" % "1.3.8"
[org.openimaj/common-stream "1.3.8"]