License |
License |
---|---|
Categories |
CategoriesIDE Development Tools ORM Data |
GroupId | GroupIdcom.tojc.ormlite.android |
ArtifactId | ArtifactIdormlite-content-provider-parent |
Version | Version1.0.3 |
Type | Typepom |
Description |
DescriptionAndroid-OrmLiteContentProvider Parent
This is a library that easy to make using ContentProvider with OrmLite.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ormlite-content-provider-parent-1.0.3.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tojc.ormlite.android/ormlite-content-provider-parent/ -->
<dependency>
<groupId>com.tojc.ormlite.android</groupId>
<artifactId>ormlite-content-provider-parent</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tojc.ormlite.android/ormlite-content-provider-parent/
implementation 'com.tojc.ormlite.android:ormlite-content-provider-parent:1.0.3'
// https://jarcasting.com/artifacts/com.tojc.ormlite.android/ormlite-content-provider-parent/
implementation ("com.tojc.ormlite.android:ormlite-content-provider-parent:1.0.3")
'com.tojc.ormlite.android:ormlite-content-provider-parent:pom:1.0.3'
<dependency org="com.tojc.ormlite.android" name="ormlite-content-provider-parent" rev="1.0.3">
<artifact name="ormlite-content-provider-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tojc.ormlite.android', module='ormlite-content-provider-parent', version='1.0.3')
)
libraryDependencies += "com.tojc.ormlite.android" % "ormlite-content-provider-parent" % "1.0.3"
[com.tojc.ormlite.android/ormlite-content-provider-parent "1.0.3"]