| Categories | CategoriesNet | 
|---|---|
| GroupId | GroupIdorg.apache.mxnet | 
| ArtifactId | ArtifactIdmxnet-full_2.11-linux-x86_64-cpu | 
| Last Version | Last Version1.5.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
<!-- https://jarcasting.com/artifacts/org.apache.mxnet/mxnet-full_2.11-linux-x86_64-cpu/ -->
<dependency>
    <groupId>org.apache.mxnet</groupId>
    <artifactId>mxnet-full_2.11-linux-x86_64-cpu</artifactId>
    <version>1.5.1</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.mxnet/mxnet-full_2.11-linux-x86_64-cpu/
implementation 'org.apache.mxnet:mxnet-full_2.11-linux-x86_64-cpu:1.5.1'// https://jarcasting.com/artifacts/org.apache.mxnet/mxnet-full_2.11-linux-x86_64-cpu/
implementation ("org.apache.mxnet:mxnet-full_2.11-linux-x86_64-cpu:1.5.1")'org.apache.mxnet:mxnet-full_2.11-linux-x86_64-cpu:jar:1.5.1'<dependency org="org.apache.mxnet" name="mxnet-full_2.11-linux-x86_64-cpu" rev="1.5.1">
  <artifact name="mxnet-full_2.11-linux-x86_64-cpu" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.mxnet', module='mxnet-full_2.11-linux-x86_64-cpu', version='1.5.1')
)libraryDependencies += "org.apache.mxnet" % "mxnet-full_2.11-linux-x86_64-cpu" % "1.5.1"[org.apache.mxnet/mxnet-full_2.11-linux-x86_64-cpu "1.5.1"]