From 592740427c98be024ef91cca2a65627d2b496114 Mon Sep 17 00:00:00 2001 From: per Date: Thu, 30 Jul 2020 19:14:11 +0200 Subject: [PATCH] add dependency reference info --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e7c12a0..8651d2d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ GUI utilities for use in JavaFx based applications running R code via Renjin e.g. [Ride](https://github.com/perNyfelt/ride) +Add the following to your pom.xml to use it: +```xml + + se.alipsa + rideutils + 1.5 + +``` + ## API / Usage overview There is a demo gui that displays most of the functions below. To run it, either