MVN

org.bytedeco : onnxruntime

Maven & Gradle

Jun 03, 2023
3 usages

JavaCPP Presets for ONNX Runtime

<dependency>
    <groupId>org.bytedeco</groupId>
    <artifactId>onnxruntime</artifactId>
    <version>1.15.0-1.5.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bytedeco : onnxruntime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15.0-1.5.9

All Versions

Choose a version of org.bytedeco : onnxruntime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15.x
onnxruntime-1.15.0-1.5.9
1.13.x
onnxruntime-1.13.1-1.5.8
1.10.x
onnxruntime-1.10.0-1.5.7
1.8.x
onnxruntime-1.8.1-1.5.6
1.7.x
onnxruntime-1.7.0-1.5.5
1.4.x
onnxruntime-1.4.0-1.5.4
1.2.x
onnxruntime-1.2.0-1.5.3
0.5.x
onnxruntime-0.5.0-1.5.2

How to add a dependency to Maven

Add the following org.bytedeco : onnxruntime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bytedeco</groupId>
    <artifactId>onnxruntime</artifactId>
    <version>1.15.0-1.5.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bytedeco : onnxruntime gradle dependency to your build.gradle file:

implementation 'org.bytedeco:onnxruntime:1.15.0-1.5.9'

Gradle Kotlin DSL: Add the following org.bytedeco : onnxruntime gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bytedeco:onnxruntime:1.15.0-1.5.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bytedeco : onnxruntime sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bytedeco" % "onnxruntime" % "1.15.0-1.5.9"

Advertisement