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