MVN

com.microsoft.onnxruntime : onnxruntime_gpu

Maven & Gradle

Jun 16, 2023
2 usages
12.6k stars

onnx-runtime · ONNX Runtime is a performance-focused inference engine for ONNX (Open Neural Network Exchange) models.

<dependency>
    <groupId>com.microsoft.onnxruntime</groupId>
    <artifactId>onnxruntime_gpu</artifactId>
    <version>1.15.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.onnxruntime : onnxruntime_gpu to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15.1

All Versions

Choose a version of com.microsoft.onnxruntime : onnxruntime_gpu to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15.x
onnxruntime_gpu-1.15.1
onnxruntime_gpu-1.15.0
1.14.x
onnxruntime_gpu-1.14.0
1.13.x
onnxruntime_gpu-1.13.1
1.12.x
onnxruntime_gpu-1.12.1
onnxruntime_gpu-1.12.0
1.11.x
onnxruntime_gpu-1.11.0
1.10.x
onnxruntime_gpu-1.10.0
1.9.x
onnxruntime_gpu-1.9.0
1.8.x
onnxruntime_gpu-1.8.1
onnxruntime_gpu-1.8.0
1.7.x
onnxruntime_gpu-1.7.0
1.6.x
onnxruntime_gpu-1.6.0
1.5.x
onnxruntime_gpu-1.5.2
onnxruntime_gpu-1.5.1
1.4.x
onnxruntime_gpu-1.4.0
1.3.x
onnxruntime_gpu-1.3.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.microsoft.onnxruntime</groupId>
    <artifactId>onnxruntime_gpu</artifactId>
    <version>1.15.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.onnxruntime : onnxruntime_gpu gradle dependency to your build.gradle file:

implementation 'com.microsoft.onnxruntime:onnxruntime_gpu:1.15.1'

Gradle Kotlin DSL: Add the following com.microsoft.onnxruntime : onnxruntime_gpu gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.onnxruntime:onnxruntime_gpu:1.15.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.onnxruntime : onnxruntime_gpu sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.onnxruntime" % "onnxruntime_gpu" % "1.15.1"