License |
License |
---|---|
Categories |
CategoriesNet DJL Business Logic Libraries Machine Learning Native Development Tools |
GroupId | GroupIdai.djl.mxnet |
ArtifactId | ArtifactIdmxnet-native-cu112mkl |
Last Version | Last Version1.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDJL release for Apache MXNet native binaries
Deep Java Library (DJL) provided Apache MXNet native library binary distribution
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/ai.djl.mxnet/mxnet-native-cu112mkl/ -->
<dependency>
<groupId>ai.djl.mxnet</groupId>
<artifactId>mxnet-native-cu112mkl</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.djl.mxnet/mxnet-native-cu112mkl/
implementation 'ai.djl.mxnet:mxnet-native-cu112mkl:1.9.0'
// https://jarcasting.com/artifacts/ai.djl.mxnet/mxnet-native-cu112mkl/
implementation ("ai.djl.mxnet:mxnet-native-cu112mkl:1.9.0")
'ai.djl.mxnet:mxnet-native-cu112mkl:jar:1.9.0'
<dependency org="ai.djl.mxnet" name="mxnet-native-cu112mkl" rev="1.9.0">
<artifact name="mxnet-native-cu112mkl" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.djl.mxnet', module='mxnet-native-cu112mkl', version='1.9.0')
)
libraryDependencies += "ai.djl.mxnet" % "mxnet-native-cu112mkl" % "1.9.0"
[ai.djl.mxnet/mxnet-native-cu112mkl "1.9.0"]