Qualtagh / JBroTable

JTable with a groupable header
The Unlicense
23 stars 4 forks source link

Maven #4

Closed liponcio closed 4 years ago

liponcio commented 6 years ago

This is a great job, thanks a lot for this. Is there any chance you deploy it in a maven repo?

Thanks

Qualtagh commented 6 years ago

Done. I hope it's better late than never.

Can be added like this:

<dependency>
  <groupId>io.github.qualtagh.swing.table</groupId>
  <artifactId>JBroTable</artifactId>
  <version>2.0</version>
</dependency>

I'll update documentation later.

Also, I had to change package name (org.quinto -> io.github.qualtagh). I'm sorry for inconvenience, you'll have to change accordingly in your code.

Qualtagh commented 4 years ago

Updated docs