1.0 - [BREAKING] Package rename and maven central
The package has been renamed from me.wavelength.betterreflection to top.wavelength.betterreflection in order to be coherent with the domain used for Maven Central, where the library can now be found as follows
<dependency>
<groupId>top.wavelength</groupId>
<artifactId>Java-BetterReflection</artifactId>
<version>1.0</version>
</dependency>