is not current version
Last Version 1.1.1

com.github.mayconbordin:streaminer 1.0

A collection of algorithms for mining data streams

GroupId

GroupId

com.github.mayconbordin
ArtifactId

ArtifactId

streaminer
Version

Version

1.0
Type

Type

jar

Download streaminer 1.0


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