Skip to content

io.crums::crums::core v1.0.0

Latest
Compare
Choose a tag to compare
@gnahraf gnahraf released this 09 Sep 02:49
· 42 commits to main since this release

Version 1.0.0 is a maintenance release with important usability changes in packaging and distribution.

Maven

To use the library in your own project, drop this dependency in your POM file:

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

Changes

  • JPMS Modularized. The library now contains the compiled (module-info.java) module descriptor.
  • Deployment to Maven Central. Release (and snapshot versions) deployed to "central".

Sept 8 2022