git://git.nikiroo.be
/
fanfix-swing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8229a0e
)
Maven Central in the README
author
Kevin Lamonte
<kevin.lamonte@gmail.com>
Fri, 22 Feb 2019 02:37:43 +0000
(20:37 -0600)
committer
Kevin Lamonte
<kevin.lamonte@gmail.com>
Fri, 22 Feb 2019 02:37:43 +0000
(20:37 -0600)
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index a17515bbcbc3711882c9ffe7651c703b96c66afd..2165e4f24d31d509ffbae960340a9bc0c905a088 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-48,6
+48,20
@@
This project is licensed under the MIT License. See the file LICENSE
for the full license text.
+Maven
+-----
+
+Jexer is available on Maven Central:
+
+```xml
+<dependency>
+ <groupId>com.gitlab.klamonte</groupId>
+ <artifactId>jexer</artifactId>
+ <version>0.3.0</version>
+</dependency>
+```
+
+
Acknowledgements
----------------