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