Skip to content

Commit 919ec00

Browse files
committed
Add Maven coordinates to README
1 parent 259d341 commit 919ec00

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ Inspired by [Rinku](https://github.com/vmg/rinku). Similar to it, regular
88
expressions are not used. Instead, the input text is parsed in one pass with
99
limited backtracking.
1010

11+
This library requires Java 7. It has no external dependencies. Maven coordinates
12+
(see
13+
[here](https://search.maven.org/#artifactdetails|org.nibor.autolink|autolink|0.2.0|jar)
14+
for other build systems):
15+
16+
```xml
17+
<dependency>
18+
<groupId>org.nibor.autolink</groupId>
19+
<artifactId>autolink</artifactId>
20+
<version>0.2.0</version>
21+
</dependency>
22+
```
23+
1124
[![Build status](https://travis-ci.org/robinst/autolink-java.svg?branch=master)](https://travis-ci.org/robinst/autolink-java)
1225

1326
Usage

0 commit comments

Comments
 (0)