Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.j256.ormlite |
ArtifactId | ArtifactIdormlite-android |
Version | Version4.48 |
Type | Typejar |
Filename | Size |
---|---|
ormlite-android-4.48.pom | |
ormlite-android-4.48.jar | 55 KB |
ormlite-android-4.48-tests.jar | 6 KB |
ormlite-android-4.48-test-sources.jar | 1 KB |
ormlite-android-4.48-sources.jar | 36 KB |
ormlite-android-4.48-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.j256.ormlite/ormlite-android/ -->
<dependency>
<groupId>com.j256.ormlite</groupId>
<artifactId>ormlite-android</artifactId>
<version>4.48</version>
</dependency>
// https://jarcasting.com/artifacts/com.j256.ormlite/ormlite-android/
implementation 'com.j256.ormlite:ormlite-android:4.48'
// https://jarcasting.com/artifacts/com.j256.ormlite/ormlite-android/
implementation ("com.j256.ormlite:ormlite-android:4.48")
'com.j256.ormlite:ormlite-android:jar:4.48'
<dependency org="com.j256.ormlite" name="ormlite-android" rev="4.48">
<artifact name="ormlite-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.j256.ormlite', module='ormlite-android', version='4.48')
)
libraryDependencies += "com.j256.ormlite" % "ormlite-android" % "4.48"
[com.j256.ormlite/ormlite-android "4.48"]