datagrip

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

Adds a dependency on DataGrip.

Parameters

version

The version of DataGrip.

useInstaller

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


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

Adds a dependency on DataGrip.

Parameters

version

The provider for the version of DataGrip.

useInstaller

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