| Categories |
CategoriesSQLite Data Databases |
|---|---|
| GroupId | GroupIdcom.github.tonilopezmr |
| ArtifactId | ArtifactIdeasysqlite |
| Version | Version1.0.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| easysqlite-1.0.2.pom | |
| easysqlite-1.0.2.aar | 62 KB |
| easysqlite-1.0.2-sources.jar | 3 KB |
| easysqlite-1.0.2-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonilopezmr/easysqlite/ -->
<dependency>
<groupId>com.github.tonilopezmr</groupId>
<artifactId>easysqlite</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonilopezmr/easysqlite/
implementation 'com.github.tonilopezmr:easysqlite:1.0.2'
// https://jarcasting.com/artifacts/com.github.tonilopezmr/easysqlite/
implementation ("com.github.tonilopezmr:easysqlite:1.0.2")
'com.github.tonilopezmr:easysqlite:aar:1.0.2'
<dependency org="com.github.tonilopezmr" name="easysqlite" rev="1.0.2">
<artifact name="easysqlite" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonilopezmr', module='easysqlite', version='1.0.2')
)
libraryDependencies += "com.github.tonilopezmr" % "easysqlite" % "1.0.2"
[com.github.tonilopezmr/easysqlite "1.0.2"]