<dependency>
<groupId>com.zegreatrob.jsmints.plugins.wrapper</groupId>
<artifactId>com.zegreatrob.jsmints.plugins.wrapper.gradle.plugin</artifactId>
<version>4.6.9</version>
</dependency>
implementation group: 'com.zegreatrob.jsmints.plugins.wrapper', name: 'com.zegreatrob.jsmints.plugins.wrapper.gradle.plugin', version: '4.6.9'
implementation 'com.zegreatrob.jsmints.plugins.wrapper:com.zegreatrob.jsmints.plugins.wrapper.gradle.plugin:4.6.9'
implementation("com.zegreatrob.jsmints.plugins.wrapper:com.zegreatrob.jsmints.plugins.wrapper.gradle.plugin:4.6.9")
libraryDependencies += "com.zegreatrob.jsmints.plugins.wrapper" % "com.zegreatrob.jsmints.plugins.wrapper.gradle.plugin" % "4.6.9"
<dependency org="com.zegreatrob.jsmints.plugins.wrapper" name="com.zegreatrob.jsmints.plugins.wrapper.gradle.plugin" rev="4.6.9"/>
@Grapes(
@Grab(group='com.zegreatrob.jsmints.plugins.wrapper', module='com.zegreatrob.jsmints.plugins.wrapper.gradle.plugin', version='4.6.9')
)
[com.zegreatrob.jsmints.plugins.wrapper/com.zegreatrob.jsmints.plugins.wrapper.gradle.plugin "4.6.9"]
'com.zegreatrob.jsmints.plugins.wrapper:com.zegreatrob.jsmints.plugins.wrapper.gradle.plugin:jar:4.6.9'