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