mirror of
https://github.com/anas-elgarhy/JColorfulConsole.git
synced 2024-08-14 23:57:19 +00:00
Fix
This commit is contained in:
parent
767150be81
commit
c96b754391
1 changed files with 3 additions and 3 deletions
|
@ -29,6 +29,7 @@
|
|||
**Step 1**. Add the JitPack repository to your build file
|
||||
|
||||
```xml
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>jitpack.io</id>
|
||||
|
@ -40,10 +41,9 @@
|
|||
**Step 2**. Add the dependency
|
||||
|
||||
```xml
|
||||
|
||||
<dependency>
|
||||
<groupId>com.anas.jcolorfulconsole</groupId>
|
||||
<artifactId>jcolorfulconsole</artifactId>
|
||||
<groupId>com.github.Anas-Elgarhy</groupId>
|
||||
<artifactId>JColorfulConsole</artifactId>
|
||||
<version>1.0.3</version>
|
||||
</dependency>
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue