| Categories |
CategoriesNet DJL Business Logic Libraries Machine Learning Native Development Tools |
|---|---|
| GroupId | GroupIdai.djl.mxnet |
| ArtifactId | ArtifactIdmxnet-native-cu101mkl |
| Version | Version1.7.0-a |
| Type | Typejar |
| Filename | Size |
|---|---|
| mxnet-native-cu101mkl-1.7.0-a.pom | |
| mxnet-native-cu101mkl-1.7.0-a.jar | 618 bytes |
| mxnet-native-cu101mkl-1.7.0-a-sources.jar | 261 bytes |
| mxnet-native-cu101mkl-1.7.0-a-linux-x86_64.jar | 926 MB |
| mxnet-native-cu101mkl-1.7.0-a-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/ai.djl.mxnet/mxnet-native-cu101mkl/ -->
<dependency>
<groupId>ai.djl.mxnet</groupId>
<artifactId>mxnet-native-cu101mkl</artifactId>
<version>1.7.0-a</version>
</dependency>
// https://jarcasting.com/artifacts/ai.djl.mxnet/mxnet-native-cu101mkl/
implementation 'ai.djl.mxnet:mxnet-native-cu101mkl:1.7.0-a'
// https://jarcasting.com/artifacts/ai.djl.mxnet/mxnet-native-cu101mkl/
implementation ("ai.djl.mxnet:mxnet-native-cu101mkl:1.7.0-a")
'ai.djl.mxnet:mxnet-native-cu101mkl:jar:1.7.0-a'
<dependency org="ai.djl.mxnet" name="mxnet-native-cu101mkl" rev="1.7.0-a">
<artifact name="mxnet-native-cu101mkl" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.djl.mxnet', module='mxnet-native-cu101mkl', version='1.7.0-a')
)
libraryDependencies += "ai.djl.mxnet" % "mxnet-native-cu101mkl" % "1.7.0-a"
[ai.djl.mxnet/mxnet-native-cu101mkl "1.7.0-a"]