<dependency> <groupId>io.protostuff</groupId> <artifactId>protostuff</artifactId> <version>1.5.9</version> <type>pom</type> </dependency>
implementation 'io.protostuff:protostuff:1.5.9'
implementation("io.protostuff:protostuff:1.5.9")
libraryDependencies += "io.protostuff" % "protostuff" % "1.5.9"
@Grapes( @Grab(group='io.protostuff', module='protostuff', version='1.5.9') )
<dependency org="io.protostuff" name="protostuff" rev="1.5.9" />
[io.protostuff/protostuff "1.5.9"]
'io.protostuff:protostuff:jar:1.5.9'