is not current version
Last Version 6.1

com.j256.ormlite:ormlite-android 5.0

Lightweight Object Relational Model (ORM) Android classes

Categories

Categories

ORM Data
GroupId

GroupId

com.j256.ormlite
ArtifactId

ArtifactId

ormlite-android
Version

Version

5.0
Type

Type

jar

Download ormlite-android 5.0


<!-- https://jarcasting.com/artifacts/com.j256.ormlite/ormlite-android/ -->
<dependency>
    <groupId>com.j256.ormlite</groupId>
    <artifactId>ormlite-android</artifactId>
    <version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.j256.ormlite/ormlite-android/
implementation 'com.j256.ormlite:ormlite-android:5.0'
// https://jarcasting.com/artifacts/com.j256.ormlite/ormlite-android/
implementation ("com.j256.ormlite:ormlite-android:5.0")
'com.j256.ormlite:ormlite-android:jar:5.0'
<dependency org="com.j256.ormlite" name="ormlite-android" rev="5.0">
  <artifact name="ormlite-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.j256.ormlite', module='ormlite-android', version='5.0')
)
libraryDependencies += "com.j256.ormlite" % "ormlite-android" % "5.0"
[com.j256.ormlite/ormlite-android "5.0"]