<dependency>
<groupId>com.fasterxml.storemate</groupId>
<artifactId>storemate-backend-bdb-je</artifactId>
<version>1.0.0</version>
</dependency>
@Grapes(
@Grab(group='com.fasterxml.storemate', module='storemate-backend-bdb-je', version='1.0.0')
)
<parent> <groupId>com.fasterxml.storemate</groupId> <artifactId>storemate-parent</artifactId> <version>1.0.0</version> </parent>
compile
|-- com.fasterxml.storemate:storemate-shared
|-- com.fasterxml.storemate:storemate-store
|-- org.skife.config:config-magic
|-- com.sleepycat:je
test