Skip to content

Commit

Permalink
Updated readme & project snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdereg committed Nov 1, 2023
1 parent a406fa6 commit 0428c5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ 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). This library has <b>no
dependencies</b> on other libraries for runtime. Built purely on JDK. Works with JDK 1.8 through JDK 21.
Rare, hard-to-find utilities that are thoroughly tested (> 98% code coverage via JUnit tests).
Available on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cjava-util).
This library has <b>no dependencies</b> 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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.cedarsoftware</groupId>
<artifactId>java-util</artifactId>
<packaging>jar</packaging>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<description>Java Utilities</description>
<url>https://github.com/jdereg/java-util</url>

Expand Down

0 comments on commit 0428c5d

Please sign in to comment.