<dependency>
<groupId>app.cash.redwood.generator.protocol.guest</groupId>
<artifactId>app.cash.redwood.generator.protocol.guest.gradle.plugin</artifactId>
<version>0.10.0</version>
</dependency>
implementation group: 'app.cash.redwood.generator.protocol.guest', name: 'app.cash.redwood.generator.protocol.guest.gradle.plugin', version: '0.10.0'
implementation 'app.cash.redwood.generator.protocol.guest:app.cash.redwood.generator.protocol.guest.gradle.plugin:0.10.0'
implementation("app.cash.redwood.generator.protocol.guest:app.cash.redwood.generator.protocol.guest.gradle.plugin:0.10.0")
libraryDependencies += "app.cash.redwood.generator.protocol.guest" % "app.cash.redwood.generator.protocol.guest.gradle.plugin" % "0.10.0"
<dependency org="app.cash.redwood.generator.protocol.guest" name="app.cash.redwood.generator.protocol.guest.gradle.plugin" rev="0.10.0"/>
@Grapes(
@Grab(group='app.cash.redwood.generator.protocol.guest', module='app.cash.redwood.generator.protocol.guest.gradle.plugin', version='0.10.0')
)
[app.cash.redwood.generator.protocol.guest/app.cash.redwood.generator.protocol.guest.gradle.plugin "0.10.0"]
'app.cash.redwood.generator.protocol.guest:app.cash.redwood.generator.protocol.guest.gradle.plugin:jar:0.10.0'