-
Notifications
You must be signed in to change notification settings - Fork 0
Developer API implementation
Kofeychi edited this page Nov 24, 2024
·
1 revision
build.gradle file:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
dependencies {
modImplementation "maven.modrinth:modularity:${modularity}"
}
gradle.properties file:
modularity = 1.0.1-ALPHA-1.21