<dependency>
<groupId>com.github.android-password-store.spotless</groupId>
<artifactId>com.github.android-password-store.spotless.gradle.plugin</artifactId>
<version>0.0.2</version>
</dependency>
implementation group: 'com.github.android-password-store.spotless', name: 'com.github.android-password-store.spotless.gradle.plugin', version: '0.0.2'
implementation 'com.github.android-password-store.spotless:com.github.android-password-store.spotless.gradle.plugin:0.0.2'
implementation("com.github.android-password-store.spotless:com.github.android-password-store.spotless.gradle.plugin:0.0.2")
libraryDependencies += "com.github.android-password-store.spotless" % "com.github.android-password-store.spotless.gradle.plugin" % "0.0.2"
<dependency org="com.github.android-password-store.spotless" name="com.github.android-password-store.spotless.gradle.plugin" rev="0.0.2"/>
@Grapes(
@Grab(group='com.github.android-password-store.spotless', module='com.github.android-password-store.spotless.gradle.plugin', version='0.0.2')
)
[com.github.android-password-store.spotless/com.github.android-password-store.spotless.gradle.plugin "0.0.2"]
'com.github.android-password-store.spotless:com.github.android-password-store.spotless.gradle.plugin:jar:0.0.2'