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