Detects incorrect dependency notations.

The following types/formats are supported by Gradle: See Gradle documentation

Example:


dependencies {
  implementation(1) // reports '1'
}