Skip to content

Commit 6450e73

Browse files
committed
add instructions for using with maven
1 parent 33c542c commit 6450e73

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,17 @@ Dependencies:
5555
- Apache Log4J
5656
- JUnit (for tests only)
5757

58-
[__Animated demo__](https://github.com/Qualtagh/JBroTable/wiki/Animated-demo) (2.5M)
58+
Getting started:
59+
- Ant: [download latest release](https://github.com/Qualtagh/JBroTable/releases/latest) (ready to use jar file)
60+
- Maven: add the following dependency to your pom.xml:
61+
62+
```
63+
<dependency>
64+
<groupId>io.github.qualtagh.swing.table</groupId>
65+
<artifactId>JBroTable</artifactId>
66+
<version>2.0.1</version>
67+
</dependency>
68+
```
5969

6070
Sample usage:
6171

@@ -70,6 +80,7 @@ import io.github.qualtagh.swing.table.model.ModelData;
7080
import io.github.qualtagh.swing.table.model.ModelField;
7181
import io.github.qualtagh.swing.table.model.ModelFieldGroup;
7282
import io.github.qualtagh.swing.table.model.ModelRow;
83+
import io.github.qualtagh.swing.table.view.JBroTable;
7384

7485
public class Sample {
7586
public static void main( String args[] ) throws Exception {
@@ -130,7 +141,7 @@ Result (Windows 8 theme):
130141

131142
[More screenshots](https://github.com/Qualtagh/JBroTable/wiki/Screenshots) with different L&Fs are available at wiki.
132143

133-
[Download](https://github.com/Qualtagh/JBroTable/releases/latest) the latest version (ready to use jar file).
144+
[__Animated demo__](https://github.com/Qualtagh/JBroTable/wiki/Animated-demo) (2.5M)
134145

135146
Take a tour through [tutorials](https://github.com/Qualtagh/JBroTable/wiki/Tutorials) page for more complicated examples.
136147

0 commit comments

Comments
 (0)