Skip to content
ChampionAsh5357 edited this page Jun 29, 2021 · 9 revisions

The repository can be accessed using:

https://maven.ashwork.net

Some projects are also exist on Maven Central. Check the readme to see which files are available.

Gradle Script

repositories {
    maven {
        name 'Ashwork'
        url 'https://maven.ashwork.net'
    }
}

POM Framework

<repositories>
    <repository>
        <name>Ashwork</name>
        <url>https://maven.ashwork.net</url>
    </repository>
</repositories>
Clone this wiki locally