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
|
**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>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue