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