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 b42b848 commit 08a770bCopy full SHA for 08a770b
README.md
@@ -10,14 +10,14 @@ 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)
+[here](https://search.maven.org/#artifactdetails|org.nibor.autolink|autolink|0.4.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>
+ <version>0.4.0</version>
21
</dependency>
22
```
23
0 commit comments