Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
j256 committed Dec 18, 2021
1 parent 606afb1 commit 36415fc
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ORMLite JDBC
============

This package provides the JDBC specific functionality. You will also need to download the [ormlite-core](https://github.com/j256/ormlite-core)
package as well. Android users should download the [ormlite-android](https://github.com/j256/ormlite-android) package
instead of this JDBC one.
This package provides the JDBC specific functionality. The released jars for this include the
[ormlite-core (https://github.com/j256/ormlite-core) package as well. Android users should download the
[ormlite-android](https://github.com/j256/ormlite-android) package instead of this JDBC one.

* For more background on ORMLite, see the [ormlite-core repo](https://github.com/j256/ormlite-core).
* For more information, visit the [ORMLite home page](http://ormlite.com/).
Expand All @@ -14,6 +14,20 @@ Here are the [Javadocs for the code](http://ormlite.com/javadoc/ormlite-jdbc/).

Enjoy, Gray Watson

# Maven Configuration

Maven packages are published via [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.j256.ormlite/ormlite-jdbc/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/com.j256.ormlite/ormlite-jdbc/) which includes the [ormlite-core](https://github.com/j256/ormlite-core) classes.

For JDBC usage:

``` xml
<dependency>
<groupId>com.j256.ormlite</groupId>
<artifactId>ormlite-jdbc</artifactId>
<version>6.0</version>
</dependency>
```

# ChangeLog Release Notes

The ChangeLog file comes from the ormlite-core repository. See the
Expand Down

0 comments on commit 36415fc

Please sign in to comment.