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