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