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