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