<dependency> <groupId>io.protostuff</groupId> <artifactId>protostuff-cli</artifactId> <version>2.1.12</version> </dependency>
implementation 'io.protostuff:protostuff-cli:2.1.12'
implementation("io.protostuff:protostuff-cli:2.1.12")
libraryDependencies += "io.protostuff" % "protostuff-cli" % "2.1.12"
@Grapes( @Grab(group='io.protostuff', module='protostuff-cli', version='2.1.12') )
<dependency org="io.protostuff" name="protostuff-cli" rev="2.1.12" />
[io.protostuff/protostuff-cli "2.1.12"]
'io.protostuff:protostuff-cli:jar:2.1.12'
<parent> <groupId>io.protostuff</groupId> <artifactId>protostuff-compiler</artifactId> <version>2.1.12</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