Skip to content

Commit dce7c75

Browse files
authored
Update README.md
1 parent 7065d30 commit dce7c75

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Library is available in [jcenter()](https://bintray.com/nomemory/maven/ansiscape).
66

7-
Gradle:
7+
**gradle:**
88

99
```groovy
1010
repositories {
@@ -16,6 +16,22 @@ dependencies {
1616
}
1717
```
1818

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+
1935
### Example (1)
2036

2137
```java

0 commit comments

Comments
 (0)