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