<dependency>
<groupId>org.apache.directmemory</groupId>
<artifactId>directmemory-protostuff</artifactId>
<version>0.2</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.directmemory', module='directmemory-protostuff', version='0.2')
)
<parent> <groupId>org.apache.directmemory</groupId> <artifactId>directmemory-serializers</artifactId> <version>0.2</version> </parent>
compile
|-- com.dyuproject.protostuff:protostuff-runtime
|-- com.dyuproject.protostuff:protostuff-core
|-- com.dyuproject.protostuff:protostuff-api
provided
|-- ${project.parent.groupId}:directmemory-cache
test
|-- junit:junit