<dependency>
<groupId>land.sungbin.composeinvestigator</groupId>
<artifactId>land.sungbin.composeinvestigator.gradle.plugin</artifactId>
<version>0.1.0-dev</version>
</dependency>
implementation group: 'land.sungbin.composeinvestigator', name: 'land.sungbin.composeinvestigator.gradle.plugin', version: '0.1.0-dev'
implementation 'land.sungbin.composeinvestigator:land.sungbin.composeinvestigator.gradle.plugin:0.1.0-dev'
implementation("land.sungbin.composeinvestigator:land.sungbin.composeinvestigator.gradle.plugin:0.1.0-dev")
libraryDependencies += "land.sungbin.composeinvestigator" % "land.sungbin.composeinvestigator.gradle.plugin" % "0.1.0-dev"
<dependency org="land.sungbin.composeinvestigator" name="land.sungbin.composeinvestigator.gradle.plugin" rev="0.1.0-dev"/>
@Grapes(
@Grab(group='land.sungbin.composeinvestigator', module='land.sungbin.composeinvestigator.gradle.plugin', version='0.1.0-dev')
)
[land.sungbin.composeinvestigator/land.sungbin.composeinvestigator.gradle.plugin "0.1.0-dev"]
'land.sungbin.composeinvestigator:land.sungbin.composeinvestigator.gradle.plugin:jar:0.1.0-dev'