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