is not current version
Last Version 1.10.0-1.5.7

org.bytedeco:onnxruntime 0.5.0-1.5.2


GroupId

GroupId

org.bytedeco
ArtifactId

ArtifactId

onnxruntime
Version

Version

0.5.0-1.5.2
Type

Type

jar

Download onnxruntime 0.5.0-1.5.2


<!-- https://jarcasting.com/artifacts/org.bytedeco/onnxruntime/ -->
<dependency>
    <groupId>org.bytedeco</groupId>
    <artifactId>onnxruntime</artifactId>
    <version>0.5.0-1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bytedeco/onnxruntime/
implementation 'org.bytedeco:onnxruntime:0.5.0-1.5.2'
// https://jarcasting.com/artifacts/org.bytedeco/onnxruntime/
implementation ("org.bytedeco:onnxruntime:0.5.0-1.5.2")
'org.bytedeco:onnxruntime:jar:0.5.0-1.5.2'
<dependency org="org.bytedeco" name="onnxruntime" rev="0.5.0-1.5.2">
  <artifact name="onnxruntime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bytedeco', module='onnxruntime', version='0.5.0-1.5.2')
)
libraryDependencies += "org.bytedeco" % "onnxruntime" % "0.5.0-1.5.2"
[org.bytedeco/onnxruntime "0.5.0-1.5.2"]