GitHub - j256/ormlite-android: ORMLite Android functionality used in conjunction with ormlite-core
This package provides the Android specific functionality. The released jars for this include the [ormlite-core] https://github.com/j256/ormlite-core) package as well. Users that are connecting to SQL databases via JDBC connections should download the ormlite-jdbc package instead of this Android one.
<dependency> <groupId>com.j256.ormlite</groupId> <artifactId>ormlite-android</artifactId> <version>6.0</version> </dependency>
The ChangeLog file comes from the ormlite-core repository. See the ChangeLog.txt file.