getStrictVersion

abstract fun getStrictVersion(): String(source)

The strictly required version of a module (which may be an exact version or a version range). The required version of a module is strictly enforced and cannot be upgraded or downgraded during dependency resolution.

Return

the strict version, or empty string if no required version specified. Never null.