From c1fb5db9a2b57f0ddd1d1bd38882ce77c257c64d Mon Sep 17 00:00:00 2001 From: John DeRegnaucourt Date: Sat, 14 Oct 2023 11:35:51 -0400 Subject: [PATCH] updated readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55b46f86..af6515a4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ java-util [![Javadoc](https://javadoc.io/badge/com.cedarsoftware/java-util.svg)](http://www.javadoc.io/doc/com.cedarsoftware/java-util) -Rare, hard-to-write utilities that are thoroughly tested (> 98% code coverage via JUnit tests). +Rare, hard-to-write utilities that are thoroughly tested (> 98% code coverage via JUnit tests). This library has no +dependencies on other libraries for runtime. Built purely on JDK. To include in your project: ##### Gradle