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