m

mxnet-native-mkl

Deep Java Library (DJL) provided Apache MXNet native library binary distribution
http://www.djl.ai/engines/mxnet/native
The Apache License, Version 2.0
DJL.AI Team
Files download
File Operation
mxnet-native-mkl-1.9.1.jar download
mxnet-native-mkl-1.9.1.pom download
mxnet-native-mkl-1.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.djl.mxnet</groupId>
  <artifactId>mxnet-native-mkl</artifactId>
  <version>1.9.1</version>
</dependency>
Gradle Groovy
implementation 'ai.djl.mxnet:mxnet-native-mkl:1.9.1'
Gradle Kotlin
implementation("ai.djl.mxnet:mxnet-native-mkl:1.9.1")
Scala SBT
libraryDependencies += "ai.djl.mxnet" % "mxnet-native-mkl" % "1.9.1"
Groovy Grape
@Grapes(
  @Grab(group='ai.djl.mxnet', module='mxnet-native-mkl', version='1.9.1')
)
Apache Ivy
<dependency org="ai.djl.mxnet" name="mxnet-native-mkl" rev="1.9.1" />
Leiningen
[ai.djl.mxnet/mxnet-native-mkl "1.9.1"]
Apache Buildr
'ai.djl.mxnet:mxnet-native-mkl:jar:1.9.1'
Dependencies
The project has no third-party dependencies