MVN

com.github.fracpete : command-to-code-weka-package

Maven & Gradle

Oct 09, 2017
0 stars

command-to-code · Adds a menu item to the GUIChooser's main menu for converting command-lines into code snippets.

<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>command-to-code-weka-package</artifactId>
    <version>2017.10.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2017.10.9

All Versions

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

Version Vulnerabilities Updated
2017.10.x
command-to-code-weka-package-2017.10.9
2016.5.x
command-to-code-weka-package-2016.5.8
2016.4.x
command-to-code-weka-package-2016.4.13
command-to-code-weka-package-2016.4.11
command-to-code-weka-package-2016.4.10

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>command-to-code-weka-package</artifactId>
    <version>2017.10.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.fracpete:command-to-code-weka-package:2017.10.9'

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

implementation("com.github.fracpete:command-to-code-weka-package:2017.10.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.fracpete" % "command-to-code-weka-package" % "2017.10.9"

Advertisement