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