You will find inside the basic java package and class, which are supported by Maven, enabling you to work from any environment.
That Maven file will also enable you to build your project into a Jar file with all of the 3rd party libraries included in it.
The project also includes logging using Slf4j (api) and Logback (implementation). as well as Junit5 for testing with a basic test already included.