Burningwave Common is a collection of classes with basic functionality.
And now we will see:
To include Burningwave Common library in your projects simply use with Apache Maven:
<dependency>
<groupId>org.burningwave</groupId>
<artifactId>common</artifactId>
<version>0.4.0</version>
</dependency>
To use Burningwave Common as a Java module you need to add the following to your module-info.java
:
requires org.burningwave;
If this guide can't help you, you can:
- open a discussion here on GitHub
- report a bug here on GitHub
- ask on Stack Overflow