MVN

com.github.fracpete : jshell-scripting-weka-package

Maven & Gradle

Oct 16, 2022
1 stars

jshell-scripting · Contains various algorithms for missing values imputation and injection.

<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>jshell-scripting-weka-package</artifactId>
    <version>2022.10.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fracpete : jshell-scripting-weka-package to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2022.10.17

All Versions

Choose a version of com.github.fracpete : jshell-scripting-weka-package to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2022.10.x
jshell-scripting-weka-package-2022.10.17
2019.4.x
jshell-scripting-weka-package-2019.4.3
2018.8.x
jshell-scripting-weka-package-2018.8.11
2018.7.x
jshell-scripting-weka-package-2018.7.2

How to add a dependency to Maven

Add the following com.github.fracpete : jshell-scripting-weka-package maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>jshell-scripting-weka-package</artifactId>
    <version>2022.10.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.fracpete : jshell-scripting-weka-package gradle dependency to your build.gradle file:

implementation 'com.github.fracpete:jshell-scripting-weka-package:2022.10.17'

Gradle Kotlin DSL: Add the following com.github.fracpete : jshell-scripting-weka-package gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.fracpete:jshell-scripting-weka-package:2022.10.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.fracpete : jshell-scripting-weka-package sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.fracpete" % "jshell-scripting-weka-package" % "2022.10.17"

Advertisement