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