-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
repositories {
maven {
name 'Ashwork'
url 'https://maven.ashwork.net'
}
}
<repositories>
<repository>
<name>Ashwork</name>
<url>https://maven.ashwork.net</url>
</repository>
</repositories>