m

mxnet-native-auto

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