This commit is contained in:
Anas Elgarhy 2022-06-16 07:48:54 +02:00
parent 767150be81
commit c96b754391
1 changed files with 3 additions and 3 deletions

View File

@ -29,6 +29,7 @@
**Step 1**. Add the JitPack repository to your build file **Step 1**. Add the JitPack repository to your build file
```xml ```xml
<repositories> <repositories>
<repository> <repository>
<id>jitpack.io</id> <id>jitpack.io</id>
@ -40,10 +41,9 @@
**Step 2**. Add the dependency **Step 2**. Add the dependency
```xml ```xml
<dependency> <dependency>
<groupId>com.anas.jcolorfulconsole</groupId> <groupId>com.github.Anas-Elgarhy</groupId>
<artifactId>jcolorfulconsole</artifactId> <artifactId>JColorfulConsole</artifactId>
<version>1.0.3</version> <version>1.0.3</version>
</dependency> </dependency>
``` ```