Categories |
CategoriesSQLite Data Databases |
---|---|
GroupId | GroupIdcom.github.yamingd.android |
ArtifactId | ArtifactIdsqlite-annotation |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
sqlite-annotation-1.1.0.pom | |
sqlite-annotation-1.1.0.jar | 1 KB |
sqlite-annotation-1.1.0-sources.jar | 1 KB |
sqlite-annotation-1.1.0-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yamingd.android/sqlite-annotation/ -->
<dependency>
<groupId>com.github.yamingd.android</groupId>
<artifactId>sqlite-annotation</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yamingd.android/sqlite-annotation/
implementation 'com.github.yamingd.android:sqlite-annotation:1.1.0'
// https://jarcasting.com/artifacts/com.github.yamingd.android/sqlite-annotation/
implementation ("com.github.yamingd.android:sqlite-annotation:1.1.0")
'com.github.yamingd.android:sqlite-annotation:jar:1.1.0'
<dependency org="com.github.yamingd.android" name="sqlite-annotation" rev="1.1.0">
<artifact name="sqlite-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yamingd.android', module='sqlite-annotation', version='1.1.0')
)
libraryDependencies += "com.github.yamingd.android" % "sqlite-annotation" % "1.1.0"
[com.github.yamingd.android/sqlite-annotation "1.1.0"]