<dependency>
<groupId>com.github.vlsi.stage-vote-release</groupId>
<artifactId>com.github.vlsi.stage-vote-release.gradle.plugin</artifactId>
<version>1.90</version>
</dependency>
implementation group: 'com.github.vlsi.stage-vote-release', name: 'com.github.vlsi.stage-vote-release.gradle.plugin', version: '1.90'
implementation 'com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:1.90'
implementation("com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:1.90")
libraryDependencies += "com.github.vlsi.stage-vote-release" % "com.github.vlsi.stage-vote-release.gradle.plugin" % "1.90"
<dependency org="com.github.vlsi.stage-vote-release" name="com.github.vlsi.stage-vote-release.gradle.plugin" rev="1.90"/>
@Grapes(
@Grab(group='com.github.vlsi.stage-vote-release', module='com.github.vlsi.stage-vote-release.gradle.plugin', version='1.90')
)
[com.github.vlsi.stage-vote-release/com.github.vlsi.stage-vote-release.gradle.plugin "1.90"]
'com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:jar:1.90'