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