--- /dev/null
+Jackcess
+
+Jackcess is a pure Java library for reading from and writing to MS Access
+databases (currently supporting versions 2000-2013). It is not an
+application. There is no GUI. It's a library, intended for other developers to
+use to build Java applications. Jackcess is licensed under the Apache License
+(as of version 2.1.0).
+
+
+Please note that the GitHub repository is a mirror of the main project
+repository which is hosted on SourceForge:
+
+Homepage: http://jackcess.sourceforge.net/
+
+Project: https://sourceforge.net/projects/jackcess/
<parent>
<groupId>com.healthmarketscience</groupId>
<artifactId>openhms-parent</artifactId>
- <version>1.1.1</version>
+ <version>1.1.2-SNAPSHOT</version>
</parent>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
* </pre>
* <p/>
* Advanced example usage:
- * <pre>
+ * <pre class="prettyprint linenums">
* Database db = new DatabaseBuilder(new File("test.mdb"))
* .setReadOnly(true)
* .open();
<?xml version="1.0"?>
<project name="Jackcess">
+ <skin>
+ <groupId>org.apache.maven.skins</groupId>
+ <artifactId>maven-fluido-skin</artifactId>
+ <version>1.4</version>
+ </skin>
<body>
<menu name="Jackcess">
<item name="About" href="index.html"/>
<menu ref="reports"/>
</body>
+
+ <custom>
+ <fluidoSkin>
+ <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
+ </fluidoSkin>
+ </custom>
</project>