datagrip

fun datagrip(version: String, configure: Action<IntelliJPlatformDependencyConfiguration> = Action {})
fun datagrip(version: Provider<String>, configure: Action<IntelliJPlatformDependencyConfiguration> = Action {})

Adds a dependency on DataGrip.

Parameters

version

The version of DataGrip.

configure

IntelliJ Platform dependency configuration.