You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,12 @@ Javadoc is published from main branch into: https://oras-project.github.io/oras-
36
36
</dependency>
37
37
```
38
38
39
+
### Quarkus
40
+
41
+
Quarkus users can use the extension `quarkus-oras` to use the SDK in their applications.
42
+
43
+
Follow the [Quarkus ORAS documentation](https://docs.quarkiverse.io/quarkus-oras/dev/index.html#) to get started with Quarkus.
44
+
39
45
### Only for SNAPSHOTS (only for testing)
40
46
41
47
GitHub requires authentication to download packages. You can use a personal access token to authenticate with GitHub Packages. To authenticate with GitHub Packages, you need to update your `~/.m2/settings.xml` file to include your personal access token.
@@ -69,27 +75,27 @@ Then on your `pom.xml`
69
75
Using default existing login existing credentials (e.g. `~/.docker/config.json`)
0 commit comments