<dependency>
<groupId>com.slimgears.protostuff</groupId>
<artifactId>com.slimgears.protostuff.gradle.plugin</artifactId>
<version>1.1.5</version>
</dependency>
implementation group: 'com.slimgears.protostuff', name: 'com.slimgears.protostuff.gradle.plugin', version: '1.1.5'
implementation 'com.slimgears.protostuff:com.slimgears.protostuff.gradle.plugin:1.1.5'
implementation("com.slimgears.protostuff:com.slimgears.protostuff.gradle.plugin:1.1.5")
libraryDependencies += "com.slimgears.protostuff" % "com.slimgears.protostuff.gradle.plugin" % "1.1.5"
<dependency org="com.slimgears.protostuff" name="com.slimgears.protostuff.gradle.plugin" rev="1.1.5"/>
@Grapes(
@Grab(group='com.slimgears.protostuff', module='com.slimgears.protostuff.gradle.plugin', version='1.1.5')
)
[com.slimgears.protostuff/com.slimgears.protostuff.gradle.plugin "1.1.5"]
'com.slimgears.protostuff:com.slimgears.protostuff.gradle.plugin:jar:1.1.5'