Skip to content

Commit 41d8ad7

Browse files
authored
docs:Update Maven groupId for live2d artifacts
1 parent 3fae3eb commit 41d8ad7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

wiki_docs/Getting-Started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Go to the [GitHub Releases](../../releases) page and download:
2020
You can install them into your local Maven repository:
2121

2222
```bash
23-
mvn install:install-file -Dfile=live2d-shared.jar -DgroupId=com.example -DartifactId=live2d-shared -Dversion=1.0.0 -Dpackaging=jar
24-
mvn install:install-file -Dfile=live2d-native-windows-x64.jar -DgroupId=com.example -DartifactId=live2d-native -Dversion=1.0.0 -Dpackaging=jar -Dclassifier=windows-x64
23+
mvn install:install-file -Dfile=live2d-shared.jar -DgroupId=dev.eatgrapes -DartifactId=live2d-shared -Dversion=1.0.0 -Dpackaging=jar
24+
mvn install:install-file -Dfile=live2d-native-windows-x64.jar -DgroupId=dev.eatgrapes -DartifactId=live2d-native -Dversion=1.0.0 -Dpackaging=jar -Dclassifier=windows-x64
2525
```
2626

2727
### 3. Build Configuration
@@ -31,14 +31,14 @@ mvn install:install-file -Dfile=live2d-native-windows-x64.jar -DgroupId=com.exam
3131
<dependencies>
3232
<!-- The Core Java API -->
3333
<dependency>
34-
<groupId>com.example</groupId>
34+
<groupId>dev.eatgrapes</groupId>
3535
<artifactId>live2d-shared</artifactId>
3636
<version>1.0.0</version>
3737
</dependency>
3838

3939
<!-- Native Implementation -->
4040
<dependency>
41-
<groupId>com.example</groupId>
41+
<groupId>dev.eatgrapee</groupId>
4242
<artifactId>live2d-native</artifactId>
4343
<version>1.0.0</version>
4444
<classifier>windows-x64</classifier> <!-- Change classifier as needed -->

0 commit comments

Comments
 (0)