Maven and Compatible Systems

Repository Setup

Apache Maven 2 and above, the de-facto Java repository.

<repositories>
    <repository>
        <id>athene-libs-snapshots-local</id>
        <url>https://athene.jadaptive.com/r/maven/libs-snapshots-local</url>
    </repository>
</repositories>

Gradle, A popular alternative to Maven.

repositories {
    maven {
        name = "athene-libs-snapshots-local"
        url = uri("https://athene.jadaptive.com/r/maven/libs-snapshots-local")"
    }
}

Part of the Apache Ant project, Ivy is an agile dependency manager.

<resolvers>
    <ibiblio name="athene-libs-snapshots-local" m2compatible="true" root="https://athene.jadaptive.com/r/maven/libs-snapshots-local" />
</resolvers>

Name Size Modified (UTC)
co/ - 2026-07-09T13:17:12.565902972Z
com/ - 2026-07-09T13:31:46.648333136Z
io/ - 2026-07-09T13:17:06.301860731Z