MVN

net.seninp : jmotif-sax

Maven & Gradle

Dec 28, 2021
5 usages
79 stars

jmotif-sax · An implementation of time series Symbolic Aggregate approXimation and HOTSAX algorithms.

<dependency>
    <groupId>net.seninp</groupId>
    <artifactId>jmotif-sax</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.seninp : jmotif-sax to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of net.seninp : jmotif-sax to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
jmotif-sax-1.2.0
1.1.x
jmotif-sax-1.1.4
jmotif-sax-1.1.3
jmotif-sax-1.1.2
jmotif-sax-1.1.1
jmotif-sax-1.1.0
1.0.x
jmotif-sax-1.0.10
jmotif-sax-1.0.9
jmotif-sax-1.0.8
jmotif-sax-1.0.7
jmotif-sax-1.0.6
jmotif-sax-1.0.5
jmotif-sax-1.0.4
jmotif-sax-1.0.3
jmotif-sax-1.0.2
jmotif-sax-1.0.1
jmotif-sax-1.0.0
0.9.x
jmotif-sax-0.9.0
0.8.x
jmotif-sax-0.8.0
0.7.x
jmotif-sax-0.7.0
0.6.x
jmotif-sax-0.6.0
0.5.x
jmotif-sax-0.5.0
0.4.x
jmotif-sax-0.4.0
0.3.x
jmotif-sax-0.3.3
0.1.x
jmotif-sax-0.1.0

How to add a dependency to Maven

Add the following net.seninp : jmotif-sax maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.seninp</groupId>
    <artifactId>jmotif-sax</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.seninp : jmotif-sax gradle dependency to your build.gradle file:

implementation 'net.seninp:jmotif-sax:1.2.0'

Gradle Kotlin DSL: Add the following net.seninp : jmotif-sax gradle kotlin dependency to your build.gradle.kts file:

implementation("net.seninp:jmotif-sax:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.seninp : jmotif-sax sbt scala dependency to your build.sbt file:

libraryDependencies += "net.seninp" % "jmotif-sax" % "1.2.0"

Advertisement