99 <a href="https://github.com/catppuccin/java/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/java?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
1010 <a href="https://github.com/catppuccin/java/issues"><img src="https://img.shields.io/github/issues/catppuccin/java?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
1111 <a href="https://github.com/catppuccin/java/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/java?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
12- <a href =" https://mvnrepository.com/artifact/com.catppuccin/java " ><img src =" https://img.shields.io/maven-central/v/com.catppuccin/java ?colorA=363a4f&colorB=a6da95&style=for-the-badge " ></a >
12+ <a href =" https://mvnrepository.com/artifact/com.catppuccin/catppuccin-palette " ><img src =" https://img.shields.io/maven-central/v/com.catppuccin/catppuccin-palette ?colorA=363a4f&colorB=a6da95&style=for-the-badge " ></a >
1313</p >
1414
1515## Installation
1616
1717Latest
18- Version: <a href =" https://mvnrepository.com/artifact/com.catppuccin/java " ><img src =" https://img.shields.io/maven-central/v/com.catppuccin/java ?colorA=363a4f&colorB=a6da95&style=for-the-badge " ></a >
18+ Version: <a href =" https://mvnrepository.com/artifact/com.catppuccin/catppuccin-palette " ><img src =" https://img.shields.io/maven-central/v/com.catppuccin/catppuccin-palette ?colorA=363a4f&colorB=a6da95&style=for-the-badge " ></a >
1919
2020Be sure to replace the ** VERSION** key below with the version shown above!
2121
2222### Maven
2323
2424``` xml
25- <!-- https://mvnrepository.com/artifact/com.catppuccin/java -->
25+ <!-- https://mvnrepository.com/artifact/com.catppuccin/catppuccin-palette -->
2626
2727<dependency >
2828 <groupId >com.catppuccin</groupId >
29- <artifactId >java </artifactId >
29+ <artifactId >catppuccin-palette </artifactId >
3030 <version >VERSION</version >
3131</dependency >
3232```
@@ -39,8 +39,8 @@ repositories {
3939}
4040
4141dependencies {
42- // https://mvnrepository.com/artifact/com.catppuccin/java
43- implementation group: 'com.catppuccin', name: 'java ', version: 'VERSION'
42+ // https://mvnrepository.com/artifact/com.catppuccin/catppuccin-palette
43+ implementation group: 'com.catppuccin', name: 'catppuccin-palette ', version: 'VERSION'
4444}
4545```
4646
0 commit comments