MVN

com.indix : ml2npy_2.11

Maven & Gradle

Feb 17, 2017
3 stars

ml2npy · ml2npy

<dependency>
    <groupId>com.indix</groupId>
    <artifactId>ml2npy_2.11</artifactId>
    <version>0.1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.indix : ml2npy_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.13

All Versions

Choose a version of com.indix : ml2npy_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
ml2npy_2.11-0.1.13
ml2npy_2.11-0.1.12
ml2npy_2.11-0.1.11
ml2npy_2.11-0.1.10
ml2npy_2.11-0.1.9
ml2npy_2.11-0.1.8
ml2npy_2.11-0.1.7
ml2npy_2.11-0.1.6
ml2npy_2.11-0.1.5
ml2npy_2.11-0.1.4
ml2npy_2.11-0.1.3

How to add a dependency to Maven

Add the following com.indix : ml2npy_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.indix</groupId>
    <artifactId>ml2npy_2.11</artifactId>
    <version>0.1.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.indix : ml2npy_2.11 gradle dependency to your build.gradle file:

implementation 'com.indix:ml2npy_2.11:0.1.13'

Gradle Kotlin DSL: Add the following com.indix : ml2npy_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.indix:ml2npy_2.11:0.1.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.indix : ml2npy_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.indix" % "ml2npy_2.11" % "0.1.13"

Advertisement