<dependency>
<groupId>io.freefair.github.package-registry-maven-publish</groupId>
<artifactId>io.freefair.github.package-registry-maven-publish.gradle.plugin</artifactId>
<version>8.2.2</version>
</dependency>
implementation group: 'io.freefair.github.package-registry-maven-publish', name: 'io.freefair.github.package-registry-maven-publish.gradle.plugin', version: '8.2.2'
implementation 'io.freefair.github.package-registry-maven-publish:io.freefair.github.package-registry-maven-publish.gradle.plugin:8.2.2'
implementation("io.freefair.github.package-registry-maven-publish:io.freefair.github.package-registry-maven-publish.gradle.plugin:8.2.2")
libraryDependencies += "io.freefair.github.package-registry-maven-publish" % "io.freefair.github.package-registry-maven-publish.gradle.plugin" % "8.2.2"
<dependency org="io.freefair.github.package-registry-maven-publish" name="io.freefair.github.package-registry-maven-publish.gradle.plugin" rev="8.2.2"/>
@Grapes(
@Grab(group='io.freefair.github.package-registry-maven-publish', module='io.freefair.github.package-registry-maven-publish.gradle.plugin', version='8.2.2')
)
[io.freefair.github.package-registry-maven-publish/io.freefair.github.package-registry-maven-publish.gradle.plugin "8.2.2"]
'io.freefair.github.package-registry-maven-publish:io.freefair.github.package-registry-maven-publish.gradle.plugin:jar:8.2.2'