<dependency> <groupId>io.protostuff</groupId> <artifactId>protostuff-parser</artifactId> <version>1.5.4</version> </dependency>
implementation 'io.protostuff:protostuff-parser:1.5.4'
implementation("io.protostuff:protostuff-parser:1.5.4")
libraryDependencies += "io.protostuff" % "protostuff-parser" % "1.5.4"
@Grapes( @Grab(group='io.protostuff', module='protostuff-parser', version='1.5.4') )
<dependency org="io.protostuff" name="protostuff-parser" rev="1.5.4" />
[io.protostuff/protostuff-parser "1.5.4"]
'io.protostuff:protostuff-parser:jar:1.5.4'
<parent> <groupId>io.protostuff</groupId> <artifactId>protostuff</artifactId> <version>1.5.4</version> </parent>
compile
|-- org.antlr:antlr-runtime
test
|-- junit:junit