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