From b84dc5bfcc891e825bc659c49d624ab63e718cd3 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Sun, 21 Mar 2021 13:29:23 +0100 Subject: [PATCH] JIDE and SwingX: README.md: added links to dependencies on maven central --- flatlaf-jide-oss/README.md | 6 ++++++ flatlaf-swingx/README.md | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/flatlaf-jide-oss/README.md b/flatlaf-jide-oss/README.md index 6ca146a43..a683b0b9d 100644 --- a/flatlaf-jide-oss/README.md +++ b/flatlaf-jide-oss/README.md @@ -38,3 +38,9 @@ build script: Otherwise download `flatlaf-jide-oss-.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-.jar` (or +`jide-common-.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) diff --git a/flatlaf-swingx/README.md b/flatlaf-swingx/README.md index 050245a50..0f896fa16 100644 --- a/flatlaf-swingx/README.md +++ b/flatlaf-swingx/README.md @@ -38,3 +38,8 @@ build script: Otherwise download `flatlaf-swingx-.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-.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)