We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7065d30 commit dce7c75Copy full SHA for dce7c75
README.md
@@ -4,7 +4,7 @@
4
5
Library is available in [jcenter()](https://bintray.com/nomemory/maven/ansiscape).
6
7
-Gradle:
+**gradle:**
8
9
```groovy
10
repositories {
@@ -16,6 +16,22 @@ dependencies {
16
}
17
```
18
19
+**maven:**
20
+
21
+```xml
22
+<repositories>
23
+ <repository>
24
+ <id>jcenter</id>
25
+ <url>https://jcenter.bintray.com/</url>
26
+ </repository>
27
+</repositories>
28
+<dependency>
29
+ <groupId>net.andreinc.ansiscape</groupId>
30
+ <artifactId>ansiscape</artifactId>
31
+ <version>0.0.2</version>
32
+</dependency>
33
+```
34
35
### Example (1)
36
37
```java
0 commit comments