<dependency>
<groupId>org.infinispan.protostream</groupId>
<artifactId>protostream</artifactId>
<version>4.3.4.Final</version>
</dependency>
@Grapes(
@Grab(group='org.infinispan.protostream', module='protostream', version='4.3.4.Final')
)
<parent> <groupId>org.infinispan.protostream</groupId> <artifactId>parent</artifactId> <version>4.3.4.Final</version> </parent>
compile
|-- org.jboss.logging:jboss-logging
|-- org.jboss.logging:jboss-logging-processor
|-- javax.annotation:javax.annotation-api
|-- com.google.protobuf:protobuf-java
test
|-- org.apache.logging.log4j:log4j-api
|-- org.apache.logging.log4j:log4j-core
|-- org.apache.logging.log4j:log4j-slf4j-impl
|-- org.apache.logging.log4j:log4j-jul
|-- org.easytesting:fest-assert-core
|-- junit:junit
|-- org.infinispan.protostream:sample-domain-definition