Skip to content

Instantly share code, notes, and snippets.

@Roberto-Gentili
Forked from burningwave/pom-snippet.xml
Last active December 9, 2023 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Roberto-Gentili/536ee2d3f775030d46d82a008da10dbe to your computer and use it in GitHub Desktop.
Save Roberto-Gentili/536ee2d3f775030d46d82a008da10dbe to your computer and use it in GitHub Desktop.
Update
<dependency>
    <groupId>org.burningwave</groupId>
    <artifactId>core</artifactId>
    <version>12.64.3</version>
</dependency>

To use Burningwave Core as a Java module, add the following to your module-info.java:

requires org.burningwave.core;

HitCount

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment