| License |
License |
|---|---|
| Categories |
CategoriesSQLite Data Databases |
| GroupId | GroupIdcom.github.tonilopezmr |
| ArtifactId | ArtifactIdeasysqlite |
| Version | Version2.1.0 |
| Type | Typeaar |
| Description |
DescriptionAndroid EasySQLite
Use easily the database SQLite on android using the DAO and transformer design patterns.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| easysqlite-2.1.0.pom | |
| easysqlite-2.1.0.aar | 18 KB |
| easysqlite-2.1.0-sources.jar | 7 KB |
| easysqlite-2.1.0-javadoc.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonilopezmr/easysqlite/ -->
<dependency>
<groupId>com.github.tonilopezmr</groupId>
<artifactId>easysqlite</artifactId>
<version>2.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonilopezmr/easysqlite/
implementation 'com.github.tonilopezmr:easysqlite:2.1.0'
// https://jarcasting.com/artifacts/com.github.tonilopezmr/easysqlite/
implementation ("com.github.tonilopezmr:easysqlite:2.1.0")
'com.github.tonilopezmr:easysqlite:aar:2.1.0'
<dependency org="com.github.tonilopezmr" name="easysqlite" rev="2.1.0">
<artifact name="easysqlite" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonilopezmr', module='easysqlite', version='2.1.0')
)
libraryDependencies += "com.github.tonilopezmr" % "easysqlite" % "2.1.0"
[com.github.tonilopezmr/easysqlite "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.support » appcompat-v7 | jar | 21.0.3 |