From 8167215cb8b0ae599c88c57f149edaeffad57304 Mon Sep 17 00:00:00 2001 From: John DeRegnaucourt Date: Wed, 1 Nov 2023 01:23:21 -0400 Subject: [PATCH] Updated README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8da4ecca..e7c9b860 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This library has no dependencies on other libraries for runtime. The`.jar`file is only`144K.` Works with`JDK 1.8`through`JDK 21`. The classes in the`.jar`file are version 52 (`JDK 1.8`). - +--- To include in your project: ##### Gradle ``` @@ -26,9 +26,7 @@ implementation 'com.cedarsoftware:java-util:2.2.0' 2.2.0 ``` - -The java-util jar is about **150K** in size. - +--- Since Java 1.5, you can statically import classes. Using this technique with many of the classes below, it makes their methods directly accessible in your source code, keeping your source code smaller and easier to read. For example: @@ -79,6 +77,7 @@ Included in java-util: See [changelog.md](/changelog.md) for revision history. +--- ### Sponsors [![Alt text](https://www.yourkit.com/images/yklogo.png "YourKit")](https://www.yourkit.com/.net/profiler/index.jsp) @@ -91,4 +90,4 @@ innovative and intelligent tools for profiling Java and .NET applications. **Intellij IDEA**
-By: John DeRegnaucourt and Ken Partlow +By: John DeRegnaucourt and Kenny Partlow