MVN

com.github.servicenow.stl4j : stl-decomp-4j

Maven & Gradle

Apr 05, 2019
116 stars

stl-decomp-4j · Seasonal Decomposition of Time Series by Loess

<dependency>
    <groupId>com.github.servicenow.stl4j</groupId>
    <artifactId>stl-decomp-4j</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.servicenow.stl4j : stl-decomp-4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of com.github.servicenow.stl4j : stl-decomp-4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
stl-decomp-4j-1.0.5
stl-decomp-4j-1.0.3
stl-decomp-4j-1.0.2
stl-decomp-4j-1.0.1
stl-decomp-4j-1.0.0
0.9.x
stl-decomp-4j-0.9.1

How to add a dependency to Maven

Add the following com.github.servicenow.stl4j : stl-decomp-4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.servicenow.stl4j</groupId>
    <artifactId>stl-decomp-4j</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.servicenow.stl4j : stl-decomp-4j gradle dependency to your build.gradle file:

implementation 'com.github.servicenow.stl4j:stl-decomp-4j:1.0.5'

Gradle Kotlin DSL: Add the following com.github.servicenow.stl4j : stl-decomp-4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.servicenow.stl4j:stl-decomp-4j:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.servicenow.stl4j : stl-decomp-4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.servicenow.stl4j" % "stl-decomp-4j" % "1.0.5"