<dependency> <groupId>io.protostuff</groupId> <artifactId>protostuff-cli</artifactId> <version>3.1.38</version> </dependency>
implementation 'io.protostuff:protostuff-cli:3.1.38'
implementation("io.protostuff:protostuff-cli:3.1.38")
libraryDependencies += "io.protostuff" % "protostuff-cli" % "3.1.38"
@Grapes( @Grab(group='io.protostuff', module='protostuff-cli', version='3.1.38') )
<dependency org="io.protostuff" name="protostuff-cli" rev="3.1.38" />
[io.protostuff/protostuff-cli "3.1.38"]
'io.protostuff:protostuff-cli:jar:3.1.38'
<parent> <groupId>io.protostuff</groupId> <artifactId>protostuff-compiler</artifactId> <version>3.1.38</version> </parent>
compile
|-- io.protostuff:protostuff-parser
|-- io.protostuff:protostuff-generator
|-- commons-cli:commons-cli:1.4
|-- org.apache.logging.log4j:log4j-slf4j-impl:2.8.2
|-- org.apache.logging.log4j:log4j-core:2.8.2