Skip to content

1.0 - [BREAKING] Package rename and maven central

Choose a tag to compare

@OxideWaveLength OxideWaveLength released this 05 Feb 04:30
· 5 commits to main since this release

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>