<dependency>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess-encrypt</artifactId>
<version>2.1.1</version>
</dependency>
@Grapes(
@Grab(group='com.healthmarketscience.jackcess', module='jackcess-encrypt', version='2.1.1')
)
<dependency org="com.healthmarketscience.jackcess" name="jackcess-encrypt" rev="2.1.1" />
<parent> <groupId>com.healthmarketscience</groupId> <artifactId>openhms-parent</artifactId> <version>1.1.1</version> </parent>
compile
|-- com.healthmarketscience.jackcess:jackcess:2.1.0
|-- org.bouncycastle:bcprov-jdk15on:1.52
test
|-- com.healthmarketscience.jackcess:jackcess:2.1.0
|-- junit:junit:4.0