MVN

ai.djl.android : pytorch-native

Maven & Gradle

Jul 13, 2023
3.8k stars

PyTorch Android native library · PyTorch Android native library binary distribution

<dependency>
    <groupId>ai.djl.android</groupId>
    <artifactId>pytorch-native</artifactId>
    <version>0.23.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.djl.android : pytorch-native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.23.0

All Versions

Choose a version of ai.djl.android : pytorch-native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.23.x
pytorch-native-0.23.0
0.22.x
pytorch-native-0.22.1
0.21.x
pytorch-native-0.21.0
0.20.x
pytorch-native-0.20.0
0.19.x
pytorch-native-0.19.0
0.18.x
pytorch-native-0.18.0
0.11.x
pytorch-native-0.11.0
0.10.x
pytorch-native-0.10.0
0.9.x
pytorch-native-0.9.0
0.8.x
pytorch-native-0.8.0
0.7.x
pytorch-native-0.7.0
0.6.x
pytorch-native-0.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>ai.djl.android</groupId>
    <artifactId>pytorch-native</artifactId>
    <version>0.23.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.djl.android : pytorch-native gradle dependency to your build.gradle file:

implementation 'ai.djl.android:pytorch-native:0.23.0'

Gradle Kotlin DSL: Add the following ai.djl.android : pytorch-native gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.djl.android:pytorch-native:0.23.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.djl.android : pytorch-native sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.djl.android" % "pytorch-native" % "0.23.0"

Advertisement