is not current version
Last Version 0.0.8

com.github.tknudsen:time-series 0.0.6

A library that provides data structures and algorithms for time series data

GroupId

GroupId

com.github.tknudsen
ArtifactId

ArtifactId

time-series
Version

Version

0.0.6
Type

Type

jar

Download time-series 0.0.6


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