-
Notifications
You must be signed in to change notification settings - Fork 0
Home
RealDarkStudios edited this page Nov 11, 2023
·
15 revisions
With the release of vX.0.3.0, there is now a maven.
To use the maven, add
maven {
name = "Digitalunderworlds"
url = "https://maven.digitalunderworlds.com/releases"
}
// For SNAPSHOT releases, such as v4.0.3.0-SNAPSHOT-rc3
maven {
name = "Digitalunderworlds Snapshots"
url = "https://maven.digitalunderworlds.com/snapshots"
}
to your repositories
block.
Then you can implement "net.realdarkstudios:rdslib:${rdslib_ver}"
in your dependencies
block