This repository was archived by the owner on Oct 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ LiteCommands requires Java 8 or higher.
9
9
10
10
Depending on the build system you are using, add the following repository to your project:
11
11
12
- <tabs >
13
- <tab title =" Gradle KTS " >
12
+ <tabs group = " languages " >
13
+ <tab title =" Gradle KTS " group-key = " gradle " >
14
14
15
15
Add the following line to your ` build.gradle.kts ` file in the ` repositories ` section:
16
16
<br /><br />
@@ -20,7 +20,7 @@ maven("https://repo.panda-lang.org/releases")
20
20
```
21
21
</tab >
22
22
23
- <tab title =" Maven " >
23
+ <tab title =" Maven " group-key = " maven " >
24
24
25
25
Add the following lines to your ` pom.xml ` file in the ` repositories ` section:
26
26
<br /><br />
@@ -36,8 +36,8 @@ Add the following lines to your `pom.xml` file in the `repositories` section:
36
36
37
37
### Add LiteCommands Dependency
38
38
39
- <tabs >
40
- <tab title =" Gradle KTS " >
39
+ <tabs group = " languages " >
40
+ <tab title =" Gradle KTS " group-key = " gradle " >
41
41
42
42
Add the following line to your ` build.gradle.kts ` file in the ` dependencies ` section:
43
43
<br /><br />
@@ -47,7 +47,7 @@ implementation("dev.rollczi:[[[ARTIFACT_ID|Platforms.md]]]:3.0.1")
47
47
```
48
48
</tab >
49
49
50
- <tab title =" Maven " >
50
+ <tab title =" Maven " group-key = " maven " >
51
51
52
52
Add the following lines to your ` pom.xml ` file in the ` dependencies ` section:
53
53
<br /><br />
You can’t perform that action at this time.
0 commit comments