<dependency>
<groupId>io.github.jcohy.gradle.convention</groupId>
<artifactId>io.github.jcohy.gradle.convention.gradle.plugin</artifactId>
<version>3.0.0.0</version>
</dependency>
implementation group: 'io.github.jcohy.gradle.convention', name: 'io.github.jcohy.gradle.convention.gradle.plugin', version: '3.0.0.0'
implementation 'io.github.jcohy.gradle.convention:io.github.jcohy.gradle.convention.gradle.plugin:3.0.0.0'
implementation("io.github.jcohy.gradle.convention:io.github.jcohy.gradle.convention.gradle.plugin:3.0.0.0")
libraryDependencies += "io.github.jcohy.gradle.convention" % "io.github.jcohy.gradle.convention.gradle.plugin" % "3.0.0.0"
<dependency org="io.github.jcohy.gradle.convention" name="io.github.jcohy.gradle.convention.gradle.plugin" rev="3.0.0.0"/>
@Grapes(
@Grab(group='io.github.jcohy.gradle.convention', module='io.github.jcohy.gradle.convention.gradle.plugin', version='3.0.0.0')
)
[io.github.jcohy.gradle.convention/io.github.jcohy.gradle.convention.gradle.plugin "3.0.0.0"]
'io.github.jcohy.gradle.convention:io.github.jcohy.gradle.convention.gradle.plugin:jar:3.0.0.0'