Skip to content

Commit

Permalink
JIDE and SwingX: README.md: added links to dependencies on maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Mar 21, 2021
1 parent 60486fd commit b84dc5b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flatlaf-jide-oss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ build script:
Otherwise download `flatlaf-jide-oss-<version>.jar` here:

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-jide-oss/badge.svg?style=flat-square&color=007ec6)](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-jide-oss)


JIDE Common Layer library `jide-oss-<version>.jar` (or
`jide-common-<version>.jar`) is also required:

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.formdev/jide-oss/badge.svg?style=flat-square&color=007ec6)](https://maven-badges.herokuapp.com/maven-central/com.formdev/jide-oss)
5 changes: 5 additions & 0 deletions flatlaf-swingx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ build script:
Otherwise download `flatlaf-swingx-<version>.jar` here:

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-swingx/badge.svg?style=flat-square&color=007ec6)](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-swingx)


SwingX library `swingx-all-<version>.jar` is also required:

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.swinglabs.swingx/swingx-all/badge.svg?style=flat-square&color=007ec6)](https://maven-badges.herokuapp.com/maven-central/org.swinglabs.swingx/swingx-all)

0 comments on commit b84dc5b

Please sign in to comment.