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