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