Burningwave Common Tweet

logo.png

Maven Central with version prefix filter GitHub

Platforms

Supported JVM

GitHub open issues GitHub closed issues

Artifact downloads Repository dependents HitCount

Burningwave Common is a collection of classes with basic functionality.

And now we will see:


Including Burningwave Common in your project

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>

Requiring the Burningwave Common module

To use Burningwave Common as a Java module you need to add the following to your module-info.java:

requires org.burningwave;


Ask for assistance

If this guide can’t help you, you can: