We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd15412 commit 5aef5d5Copy full SHA for 5aef5d5
README.md
@@ -17,7 +17,24 @@ need more flexibility then _underline_ may be the right tool for you.
17
Download
18
--------
19
20
-Download is not available yet. Please refer to the `Building` section below.
+If your application's build is based on **Maven** add the following
21
+lines to your `pom.xml`:
22
+
23
+```xml
24
+<dependency>
25
+ <groupId>de.undercouch</groupId>
26
+ <artifactId>underline</artifactId>
27
+ <version>1.0.0</version>
28
+</dependency>
29
+```
30
31
+If you use **Gradle** add the following to your `build.gradle`:
32
33
+```gradle
34
+dependencies {
35
+ compile 'de.undercouch:underline:1.0.0'
36
+}
37
38
39
Usage
40
-----
0 commit comments