From: James Moger Date: Mon, 4 Apr 2016 19:14:22 +0000 (-0400) Subject: Update README X-Git-Tag: release-2.0.0~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c4c87e4ce044d84d5f2c4e7fa8709e5d699edf8f;p=iciql.git Update README --- diff --git a/README.markdown b/README.markdown index 9a513e6..b57ec84 100644 --- a/README.markdown +++ b/README.markdown @@ -1,5 +1,9 @@ iciql ================= + +[![Maven Central](http://img.shields.io/maven-central/v/com.gitblit.iciql/iciql.svg)](http://search.maven.org/#search|ga|1|com.gitblit.iciql) +[![Maven Central](https://img.shields.io/github/license/gitblit/iciql.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt) + iciql **is**... - a model-based, database access wrapper for JDBC @@ -26,6 +30,23 @@ Supported Databases (Unit-Tested) Support for others is possible and may only require creating a simple "dialect" class. +Downloading +----------- + +As of 2.0.0 iciql is now distributed through Maven Central and it's coordinates have changed slightly. + +```xml + + + com.gitblit.iciql + iciql + 2.0.0/version> + + +``` + +Older releases are available from the [Iciql Maven Repository](http://gitblit.github.io/iciql/maven/). + License ------- iciql is distributed under the terms of the [Apache Software Foundation license, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
@@ -38,8 +59,7 @@ iciql requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit (J Getting help ------- Read the online documentation available at the [iciql website](http://iciql.com)
-Issues & sources @ [GitHub](http://github.com/gitblit/iciql) -Binaries @ [Iciql Maven Repository](http://gitblit.github.io/iciql/maven/) +Issues & source code @ [GitHub](http://github.com/gitblit/iciql) Building iciql ---------------- @@ -56,11 +76,11 @@ You may use Maven to run the test suite on the default database: ## Ant -You may also use Ant to build this project. +You may use Ant to build this project: ant clean build -You execute the full test suite against all tested databases: +You may execute the full test suite against all tested databases: ant testsuite