| | |
| | | <groupId>net.sf.ucanaccess</groupId> |
| | | <artifactId>ucanaccess</artifactId> |
| | | <version>5.0.1</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>com.healthmarketscience.jackcess</groupId> |
| | | <artifactId>jackcess</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <!-- Source: https://mvnrepository.com/artifact/com.healthmarketscience.jackcess/jackcess --> |
| | | <dependency> |
| | | <groupId>com.healthmarketscience.jackcess</groupId> |
| | | <artifactId>jackcess</artifactId> |
| | | <version>4.0.10</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | <!-- 打开设置了密码的 Access 文件(.mdb/.accdb)需要它 --> |
| | | <dependency> |
| | | <groupId>com.healthmarketscience.jackcess</groupId> |
| | | <artifactId>jackcess-encrypt</artifactId> |
| | | <version>4.0.3</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | |
| | | <dependency> |