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: java/README.md
+47
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,52 @@
1
1
# KCL Artifact Library for Java
2
2
3
+
## Installation
4
+
5
+
Refer to [this](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#authenticating-to-github-packages) to configure your Maven; set up your GitHub account and Token in the `settings.xml`.
6
+
7
+
### Maven
8
+
9
+
In your project's pom.xml, configure our repository as follows:
0 commit comments