Static Maven 2 repository preserving historical
io.xh:hoist-core releases.
This host serves the artifact-repository role that
repo.xh.io historically played, scoped to the canonical
io.xh:hoist-core library only, for
versions up to and including 36.2.0.
It exists so that legacy app builds referencing pre-Sonatype-Central
versions of Hoist Core continue to resolve their dependencies.
Maven (pom.xml):
<repositories>
<repository>
<id>xh-maven-archive</id>
<url>https://maven-archive.xh.io/</url>
</repository>
</repositories>
Gradle (build.gradle):
repositories {
maven { url 'https://maven-archive.xh.io/' }
}
Current releases of io.xh:hoist-core are published to
Sonatype Central.
Use Maven Central as your normal upstream for current releases;
use this archive only for pre-Central historical versions.
This archive is intentionally narrow. It does not contain:
repo.xh.io.