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: documentation/developer-guide/modules/tooling-guide/pages/java-aspect-tooling.adoc
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,22 @@ https://www.vavr.io/vavr-docs/[Vavr User Guide] for more information.
25
25
The tooling can be made available in two different versions: `release` and `milestone`. The release version represents a stable version of the product
26
26
and can be referenced in your projects in the usual way from the Maven Central repository. There is also the possibility to have the intermediate builds
27
27
made available, these are called `milestone` builds. Instead of Maven Central, these are released via
For more information about how to reference such artifacts in your projects, please refer to https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#installing-a-package[Github - Installing a package].
Then the desired dependencies can be referenced in the usual way. For an example, please refer to
43
+
https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#installing-a-package[Github - Installing a package].
0 commit comments