Categories |
CategoriesSQLite Data Databases |
---|---|
GroupId | GroupIdcom.pushtorefresh.storio |
ArtifactId | ArtifactIdsqlite-annotations-processor |
Version | Version1.6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.pushtorefresh.storio/sqlite-annotations-processor/ -->
<dependency>
<groupId>com.pushtorefresh.storio</groupId>
<artifactId>sqlite-annotations-processor</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.pushtorefresh.storio/sqlite-annotations-processor/
implementation 'com.pushtorefresh.storio:sqlite-annotations-processor:1.6.0'
// https://jarcasting.com/artifacts/com.pushtorefresh.storio/sqlite-annotations-processor/
implementation ("com.pushtorefresh.storio:sqlite-annotations-processor:1.6.0")
'com.pushtorefresh.storio:sqlite-annotations-processor:jar:1.6.0'
<dependency org="com.pushtorefresh.storio" name="sqlite-annotations-processor" rev="1.6.0">
<artifact name="sqlite-annotations-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pushtorefresh.storio', module='sqlite-annotations-processor', version='1.6.0')
)
libraryDependencies += "com.pushtorefresh.storio" % "sqlite-annotations-processor" % "1.6.0"
[com.pushtorefresh.storio/sqlite-annotations-processor "1.6.0"]