MVN

com.microsoft.onnxruntime : onnxruntime-mobile

Maven & Gradle

Jun 16, 2023
12.6k stars

onnx-runtime · The ONNX Runtime Mobile package is a size optimized inference library for executing ONNX (Open Neural Network Exchange) models on Android. This package is built from the open source inference engine but with reduced disk footprint targeting mobile platforms. To minimize binary size this library supports a reduced set of operators and types aligned to typical mobile applications. The ONNX model must be converted to ORT format in order to use it with this package. See https://onnxruntime.ai/docs/reference/ort-format-models.html for more details.

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

Latest Version

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

  • Latest Stable: 1.15.1

All Versions

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

Version Vulnerabilities Updated
1.15.x
onnxruntime-mobile-1.15.1
onnxruntime-mobile-1.15.0
1.14.x
onnxruntime-mobile-1.14.0
1.13.x
onnxruntime-mobile-1.13.1
1.12.x
onnxruntime-mobile-1.12.1
onnxruntime-mobile-1.12.0
1.11.x
onnxruntime-mobile-1.11.0
1.10.x
onnxruntime-mobile-1.10.0
1.9.x
onnxruntime-mobile-1.9.0
1.8.x
onnxruntime-mobile-1.8.2
onnxruntime-mobile-1.8.1
onnxruntime-mobile-1.8.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.microsoft.onnxruntime:onnxruntime-mobile:1.15.1'

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

implementation("com.microsoft.onnxruntime:onnxruntime-mobile:1.15.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.microsoft.onnxruntime" % "onnxruntime-mobile" % "1.15.1"

Advertisement

Dependencies from Group

Jun 16, 2023
16 usages
12.6k stars
Jun 16, 2023
2 usages
12.6k stars

Discover Dependencies

Aug 24, 2023
13 usages
531 stars
Jun 01, 2021
1 usages
Jun 01, 2021
3 usages
1.2k stars
Jun 05, 2021
137 stars
Aug 16, 2023
73 stars
Aug 16, 2023
4 usages
73 stars
Aug 08, 2023
1 usages
1.7k stars
Aug 08, 2023
5 usages
1.8k stars