A token-free static Maven repository on GitHub Pages. Every commit on
master is published as a unique, immutable version — no
authentication required to consume it.
Add the repository, then pin an exact version:
me.neveux:garnish<repositories>
<repository>
<id>garnish-gh-pages</id>
<url>https://aneveux.github.io/garnish/</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>false</enabled></snapshots>
</repository>
</repositories>
<dependency>
<groupId>me.neveux</groupId>
<artifactId>garnish</artifactId>
<version>0.3.0-rc26.525365107c35</version>
</dependency>
tamboui-toolkit)Only the latest 5 versions are retained — pin an exact version and bump when you update. Versions are immutable: a given version always maps to the exact commit it was built from.