Skip to content

io.crums::merkle-tree v1.0.0

Latest
Compare
Choose a tag to compare
@gnahraf gnahraf released this 08 Sep 22:14
· 6 commits to master since this release

Version 1.0.0 is a maintenance release.

Changes

Changes in this release mostly concern packaging and distribution: there are no API or code changes.

Deployed to Maven Central

Releases are now available from "central". To use this version in your project, include this dependency in your POM file:

<dependency>
  <groupId>io.crums</groupId>
  <artifactId>merkle-tree</artifactId>
  <version>1.0.0</version>
</dependency>

JPMS Modularized

The library now ships with a compiled module-info.java module descriptor. You can ignore it if you
don't care about the Java Module System. It's defined here for cases where an application ships a more
compact version of the Java runtime.

8 Sept 2022