iciql\r
=================\r
+\r
+[![Maven Central](http://img.shields.io/maven-central/v/com.gitblit.iciql/iciql.svg)](http://search.maven.org/#search|ga|1|com.gitblit.iciql)\r
+[![Maven Central](https://img.shields.io/github/license/gitblit/iciql.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)\r
+\r
iciql **is**...\r
\r
- a model-based, database access wrapper for JDBC\r
\r
Support for others is possible and may only require creating a simple "dialect" class.\r
\r
+Downloading\r
+-----------\r
+\r
+As of 2.0.0 iciql is now distributed through Maven Central and it's coordinates have changed slightly.\r
+\r
+```xml\r
+<dependencies>\r
+ <dependency>\r
+ <groupId>com.gitblit.iciql</groupId>\r
+ <artifactId>iciql</artifactId>\r
+ <version>2.0.0/version>\r
+ </dependency>\r
+</dependencies>\r
+```\r
+\r
+Older releases are available from the [Iciql Maven Repository](http://gitblit.github.io/iciql/maven/). \r
+\r
License\r
-------\r
iciql is distributed under the terms of the [Apache Software Foundation license, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).<br/>\r
Getting help\r
-------\r
Read the online documentation available at the [iciql website](http://iciql.com)<br/>\r
-Issues & sources @ [GitHub](http://github.com/gitblit/iciql)\r
-Binaries @ [Iciql Maven Repository](http://gitblit.github.io/iciql/maven/)\r
+Issues & source code @ [GitHub](http://github.com/gitblit/iciql)\r
\r
Building iciql\r
----------------\r
\r
## Ant\r
\r
-You may also use Ant to build this project.\r
+You may use Ant to build this project:\r
\r
ant clean build\r
\r
-You execute the full test suite against all tested databases:\r
+You may execute the full test suite against all tested databases:\r
\r
ant testsuite\r
\r