is not current version
Last Version 2.1.0

com.github.tonilopezmr:easysqlite 1.0.1

Use easily the database SQLite on android using the DAO and transformer design patterns.

Categories

Categories

SQLite Data Databases
GroupId

GroupId

com.github.tonilopezmr
ArtifactId

ArtifactId

easysqlite
Version

Version

1.0.1
Type

Type

aar

Download easysqlite 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.tonilopezmr/easysqlite/ -->
<dependency>
    <groupId>com.github.tonilopezmr</groupId>
    <artifactId>easysqlite</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonilopezmr/easysqlite/
implementation 'com.github.tonilopezmr:easysqlite:1.0.1'
// https://jarcasting.com/artifacts/com.github.tonilopezmr/easysqlite/
implementation ("com.github.tonilopezmr:easysqlite:1.0.1")
'com.github.tonilopezmr:easysqlite:aar:1.0.1'
<dependency org="com.github.tonilopezmr" name="easysqlite" rev="1.0.1">
  <artifact name="easysqlite" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonilopezmr', module='easysqlite', version='1.0.1')
)
libraryDependencies += "com.github.tonilopezmr" % "easysqlite" % "1.0.1"
[com.github.tonilopezmr/easysqlite "1.0.1"]