MVN

ai.djl.onnxruntime : onnxruntime-api

Maven & Gradle

Jun 25, 2020
1 usages
3.8k stars

ONNX Runtime API · ONNX Runtime Java API for DJL

<dependency>
    <groupId>ai.djl.onnxruntime</groupId>
    <artifactId>onnxruntime-api</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.djl.onnxruntime : onnxruntime-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of ai.djl.onnxruntime : onnxruntime-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
onnxruntime-api-0.6.0

How to add a dependency to Maven

Add the following ai.djl.onnxruntime : onnxruntime-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.djl.onnxruntime</groupId>
    <artifactId>onnxruntime-api</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.djl.onnxruntime : onnxruntime-api gradle dependency to your build.gradle file:

implementation 'ai.djl.onnxruntime:onnxruntime-api:0.6.0'

Gradle Kotlin DSL: Add the following ai.djl.onnxruntime : onnxruntime-api gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.djl.onnxruntime:onnxruntime-api:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.djl.onnxruntime : onnxruntime-api sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.djl.onnxruntime" % "onnxruntime-api" % "0.6.0"

Advertisement

Dependencies from Group

Jul 11, 2023
3 usages
3.8k stars
Jun 25, 2020
1 usages
3.8k stars

Discover Dependencies

Feb 19, 2021
6 usages
8 stars
Jul 21, 2023
11 usages
5 stars
Sep 16, 2022
4 usages
1.9k stars
Sep 16, 2022
4 usages
1.9k stars
Feb 11, 2021
42 usages
Jan 23, 2023
3 usages
410 stars