dataspell

fun dataspell(version: String, useInstaller: Boolean = true)

Adds a dependency on DataSpell.

Parameters

version

The version of DataSpell.

useInstaller

Switches between the IDE installer and archive from the IntelliJ Maven repository.


fun dataspell(version: Provider<String>, useInstaller: Boolean = true)

Adds a dependency on DataSpell.

Parameters

version

The provider for the version of DataSpell.

useInstaller

Switches between the IDE installer and archive from the IntelliJ Maven repository.