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