XH Maven Archive

Static Maven 2 repository preserving historical io.xh:hoist-core releases.

What this is

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.

Use this archive in your build

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/' }
}

For current Hoist Core releases (37.x+)

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.

What's NOT here

This archive is intentionally narrow. It does not contain:

Maintained by Extremely Heavy Industries. This archive replaces repo.xh.io for legacy Hoist Core resolution as part of the 2026 sunset of that host.