Package dev.floofy.utils.gradle
Types
Functions
Link copied to clipboard
fun DependencyHandler.floofy( group: String, module: String, version: String, type: String = "implementation"): Dependency
Content copied to clipboard
fun KotlinDependencyHandler.floofy( group: String, module: String, version: String, type: String = "implementation"): Dependency
Content copied to clipboard
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
fun DependencyHandler.nino( group: String, module: String, version: String, type: String = "implementation"): Dependency
Content copied to clipboard
fun KotlinDependencyHandler.nino( group: String, module: String, version: String, type: String = "implementation"): Dependency
Content copied to clipboard
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
Content copied to clipboard
fun KotlinDependencyHandler.noelware( group: String, module: String, version: String, type: String = "implementation"): Dependency
Content copied to clipboard
Adds a dependency to the package that is imported from Noelware's Maven repository (located at maven.noelware.org/[snapshots]
).