<dependency>
<groupId>io.github.nethibernate</groupId>
<artifactId>protostuff-runtime-registry</artifactId>
<version>1.7.4</version>
</dependency>
@Grapes(
@Grab(group='io.github.nethibernate', module='protostuff-runtime-registry', version='1.7.4')
)
<dependency org="io.github.nethibernate" name="protostuff-runtime-registry" rev="1.7.4" />
<parent> <groupId>io.github.nethibernate</groupId> <artifactId>protostuff</artifactId> <version>1.7.4</version> </parent>
compile
|-- io.github.nethibernate:protostuff-collectionschema
|-- io.github.nethibernate:protostuff-runtime
test
|-- junit:junit
|-- io.github.nethibernate:protostuff-core