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
First, you'll need to add the JitPack repository, and then you're going to select which part of Lamp you're going to use.
53
-
54
-
If you for some reason want to use the whole project as dependency, you can use "com.github.Revxrsal" as the groupId (or group on Gradle), and only the name "Lamp" as the artifactId (or name on Gradle).
55
-
But if you chose to use only one module or two, you have to use "com.github.Revxrsal.Lamp" as the groupId and "[the module that you want]" as the artifactId. Bellow, there are examples about Maven and Gradle that will help you get started.
51
+
See available versions and modules below.
56
52
57
53
### Maven
58
-
<details>
59
-
<summary>pom.xml</summary>
54
+
55
+
**pom.xml**
60
56
61
57
```xml
62
58
<repositories>
@@ -67,38 +63,37 @@ But if you chose to use only one module or two, you have to use "com.github.Revx
0 commit comments