<dependency> <groupId>ai.djl.pytorch</groupId> <artifactId>pytorch-engine</artifactId> <version>0.13.0</version> </dependency>
implementation 'ai.djl.pytorch:pytorch-engine:0.13.0'
implementation("ai.djl.pytorch:pytorch-engine:0.13.0")
libraryDependencies += "ai.djl.pytorch" % "pytorch-engine" % "0.13.0"
@Grapes( @Grab(group='ai.djl.pytorch', module='pytorch-engine', version='0.13.0') )
<dependency org="ai.djl.pytorch" name="pytorch-engine" rev="0.13.0" />
[ai.djl.pytorch/pytorch-engine "0.13.0"]
'ai.djl.pytorch:pytorch-engine:jar:0.13.0'
compile
|-- ai.djl:api:0.13.0