License |
License |
---|---|
Categories |
CategoriesIDE Development Tools ORM Data |
GroupId | GroupIdcom.tojc.ormlite.android |
ArtifactId | ArtifactIdormlite-content-provider-compiler |
Version | Version1.0.4 |
Type | Typejar |
Description |
DescriptionAndroid-OrmLiteContentProvider Annotation processor
Processes annotations to create a ContentProvider with OrmLite.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.tojc.ormlite.android/ormlite-content-provider-compiler/ -->
<dependency>
<groupId>com.tojc.ormlite.android</groupId>
<artifactId>ormlite-content-provider-compiler</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.tojc.ormlite.android/ormlite-content-provider-compiler/
implementation 'com.tojc.ormlite.android:ormlite-content-provider-compiler:1.0.4'
// https://jarcasting.com/artifacts/com.tojc.ormlite.android/ormlite-content-provider-compiler/
implementation ("com.tojc.ormlite.android:ormlite-content-provider-compiler:1.0.4")
'com.tojc.ormlite.android:ormlite-content-provider-compiler:jar:1.0.4'
<dependency org="com.tojc.ormlite.android" name="ormlite-content-provider-compiler" rev="1.0.4">
<artifact name="ormlite-content-provider-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tojc.ormlite.android', module='ormlite-content-provider-compiler', version='1.0.4')
)
libraryDependencies += "com.tojc.ormlite.android" % "ormlite-content-provider-compiler" % "1.0.4"
[com.tojc.ormlite.android/ormlite-content-provider-compiler "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup : javawriter | jar | 2.4.0 |
com.j256.ormlite : ormlite-android | jar | 4.48 |
com.j256.ormlite : ormlite-core | jar | 4.48 |
com.tojc.ormlite.android : ormlite-content-provider-library | jar | 1.0.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.springframework : spring-core | jar | 4.0.3.RELEASE |