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