File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ Go to the [GitHub Releases](../../releases) page and download:
2020You 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 -->
You can’t perform that action at this time.
0 commit comments