Files download
File Operation
mxnet-engine-0.30.0.jar download
mxnet-engine-0.30.0.pom download
mxnet-engine-0.30.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.djl.mxnet</groupId>
  <artifactId>mxnet-engine</artifactId>
  <version>0.30.0</version>
</dependency>
Gradle Groovy
implementation 'ai.djl.mxnet:mxnet-engine:0.30.0'
Gradle Kotlin
implementation("ai.djl.mxnet:mxnet-engine:0.30.0")
Scala SBT
libraryDependencies += "ai.djl.mxnet" % "mxnet-engine" % "0.30.0"
Groovy Grape
@Grapes(
  @Grab(group='ai.djl.mxnet', module='mxnet-engine', version='0.30.0')
)
Apache Ivy
<dependency org="ai.djl.mxnet" name="mxnet-engine" rev="0.30.0" />
Leiningen
[ai.djl.mxnet/mxnet-engine "0.30.0"]
Apache Buildr
'ai.djl.mxnet:mxnet-engine:jar:0.30.0'
Dependencies