MVN

ml.dmlc.mxnet : mxnet-init_2.11

Maven & Gradle

Oct 28, 2017
3 usages
20.4k stars

MXNet Scala Package - Initializer

<dependency>
    <groupId>ml.dmlc.mxnet</groupId>
    <artifactId>mxnet-init_2.11</artifactId>
    <version>v0.11.1a</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ml.dmlc.mxnet : mxnet-init_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v0.11.1a

All Versions

Choose a version of ml.dmlc.mxnet : mxnet-init_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.11.x
mxnet-init_2.11-v0.11.1a
0.9.x
mxnet-init_2.11-0.9.3a

How to add a dependency to Maven

Add the following ml.dmlc.mxnet : mxnet-init_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ml.dmlc.mxnet</groupId>
    <artifactId>mxnet-init_2.11</artifactId>
    <version>v0.11.1a</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ml.dmlc.mxnet : mxnet-init_2.11 gradle dependency to your build.gradle file:

implementation 'ml.dmlc.mxnet:mxnet-init_2.11:v0.11.1a'

Gradle Kotlin DSL: Add the following ml.dmlc.mxnet : mxnet-init_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("ml.dmlc.mxnet:mxnet-init_2.11:v0.11.1a")

How to add a dependency to SBT Scala

SBT Scala: Add the following ml.dmlc.mxnet : mxnet-init_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "ml.dmlc.mxnet" % "mxnet-init_2.11" % "v0.11.1a"

Advertisement