Package-level declarations
Types
Functions
Link copied to clipboard
fun DependencyHandler.floofy(group: String, module: String, version: String = "", type: String = "implementation"): Dependency
fun KotlinDependencyHandler.floofy(group: String, module: String, version: String, type: String = "implementation"): Dependency
Adds a dependency to the package that is imported from Noel's Maven repository (located at maven.floofy.dev/repo/[releases|snapshots]
).
Link copied to clipboard
Adds the Noelware Maven repository to the current repository handler.
fun DependencyHandler.noelware(group: String, module: String, version: String, type: String = "implementation"): Dependency
Adds a dependency to the package that is imported from Noelware's Maven repository (located at maven.noelware.org/[snapshots]
).
fun KotlinDependencyHandler.noelware(group: String, module: String, version: String, type: String = "implementation"): Dependency
Adds a dependency to the package that is imported from Noelware's Maven repository (located at maven.noelware.org
).