From 9a45e09f4cdbb089b49a44a5561e3be7c4c6be1c Mon Sep 17 00:00:00 2001 From: Hamothy <58985301+sgoudham@users.noreply.github.com> Date: Sun, 4 Sep 2022 15:58:53 -0700 Subject: [PATCH] docs(README): Add eventual instructions for java --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 347cc50..2599f8b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ - Development - [Node Package](#node-package) + - [Java Library](#java-library) - [CSS](#css) - [Sass](#sass) - [Tailwind CSS](https://github.com/catppuccin/tailwindcss) (separate repository) @@ -54,6 +55,31 @@ console.log(variants.latte.lavender.hex) // #7287FD console.log(labels.base.macchiato.hex) // #24273A ``` +### Java Library + +**Maven** +```xml + + + com.catppuccin + palette + VERSION + + +``` + +**Gradle** +```gradle +repositories { + mavenCentral() +} + +dependencies { + // https://mvnrepository.com/artifact/catppuccin/palette + implementation group: 'com.catppuccin', name: 'palette', version: 'VERSION' +} +``` + ### CSS Import the palettes: