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 259d341 commit 919ec00Copy full SHA for 919ec00
README.md
@@ -8,6 +8,19 @@ Inspired by [Rinku](https://github.com/vmg/rinku). Similar to it, regular
8
expressions are not used. Instead, the input text is parsed in one pass with
9
limited backtracking.
10
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
24
[](https://travis-ci.org/robinst/autolink-java)
25
26
Usage
0 commit comments