Categories |
CategoriesDJL Business Logic Libraries Machine Learning Native Development Tools |
---|---|
GroupId | GroupIdai.djl.pytorch |
ArtifactId | ArtifactIdpytorch-native-cu110 |
Version | Version1.7.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ai.djl.pytorch/pytorch-native-cu110/ -->
<dependency>
<groupId>ai.djl.pytorch</groupId>
<artifactId>pytorch-native-cu110</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.djl.pytorch/pytorch-native-cu110/
implementation 'ai.djl.pytorch:pytorch-native-cu110:1.7.0'
// https://jarcasting.com/artifacts/ai.djl.pytorch/pytorch-native-cu110/
implementation ("ai.djl.pytorch:pytorch-native-cu110:1.7.0")
'ai.djl.pytorch:pytorch-native-cu110:jar:1.7.0'
<dependency org="ai.djl.pytorch" name="pytorch-native-cu110" rev="1.7.0">
<artifact name="pytorch-native-cu110" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.djl.pytorch', module='pytorch-native-cu110', version='1.7.0')
)
libraryDependencies += "ai.djl.pytorch" % "pytorch-native-cu110" % "1.7.0"
[ai.djl.pytorch/pytorch-native-cu110 "1.7.0"]