floofy

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]).

The modules that can be imported with this function are:

Parameters

group

The module group to import from.

module

The module name to import from.

version

The version of the module to import from.

type

The dependency type, can be implementation or api.