Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning
titleNo longer necessary as of 2020

CNRI is now releasing their own versions of the Handle JAR in Maven.  They are NOT releasing to Maven Central, but instead have their own repository at https://handle.net/maven (which is included in our parent POM.  So, we are now able to pull in the proper version of Handle JAR via a dependency like this:

<dependency>
    <groupId>net.handle</groupId>
    <artifactId>handle</artifactId>
    <version>9.3.0</version>
</dependency>

...