Skip to content

Commit 9b7a878

Browse files
authored
Add maven version in main in Getting Started page (#9980)
1 parent c2e3e17 commit 9b7a878

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ To add the library to your app, add the following dependency to gradle build rul
121121
dependencies {
122122
implementation("org.pytorch:executorch-android:0.5.1")
123123
}
124+
125+
# See latest available versions in https://mvnrepository.com/artifact/org.pytorch/executorch-android
124126
```
125127

126128
#### Runtime APIs

0 commit comments

Comments
 (0)