| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcom.j256.ormlite |
| ArtifactId | ArtifactIdormlite-android |
| Version | Version5.6 |
| Type | Typejar |
| Description |
DescriptionORMLite Android
Lightweight Object Relational Model (ORM) Android classes
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ormlite-android-5.6.pom | |
| ormlite-android-5.6.jar | 64 KB |
| ormlite-android-5.6-tests.jar | 8 KB |
| ormlite-android-5.6-test-sources.jar | 1 KB |
| ormlite-android-5.6-sources.jar | 41 KB |
| ormlite-android-5.6-javadoc.jar | 218 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.j256.ormlite/ormlite-android/ -->
<dependency>
<groupId>com.j256.ormlite</groupId>
<artifactId>ormlite-android</artifactId>
<version>5.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.j256.ormlite/ormlite-android/
implementation 'com.j256.ormlite:ormlite-android:5.6'
// https://jarcasting.com/artifacts/com.j256.ormlite/ormlite-android/
implementation ("com.j256.ormlite:ormlite-android:5.6")
'com.j256.ormlite:ormlite-android:jar:5.6'
<dependency org="com.j256.ormlite" name="ormlite-android" rev="5.6">
<artifact name="ormlite-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.j256.ormlite', module='ormlite-android', version='5.6')
)
libraryDependencies += "com.j256.ormlite" % "ormlite-android" % "5.6"
[com.j256.ormlite/ormlite-android "5.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.j256.ormlite : ormlite-core | jar | 5.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android : android Optional | jar | 4.1.1.4 |
| com.google.android : support-v4 Optional | jar | r6 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.j256.ormlite : ormlite-core | jar | 5.6 |
| log4j : log4j | jar | 1.2.17 |
| junit : junit | jar | 4.13.1 |
| org.easymock : easymock | jar | 3.4 |