Categories |
CategoriesSQLite Data Databases |
---|---|
GroupId | GroupIdco.touchlab |
ArtifactId | ArtifactIdsqliter |
Version | Version0.6.8 |
Type | Typepom |
Filename | Size |
---|---|
sqliter-0.6.8.pom | |
sqliter-0.6.8.module | 1 KB |
sqliter-0.6.8-sources.jar | 261 bytes |
sqliter-0.6.8-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/co.touchlab/sqliter/ -->
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>sqliter</artifactId>
<version>0.6.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/sqliter/
implementation 'co.touchlab:sqliter:0.6.8'
// https://jarcasting.com/artifacts/co.touchlab/sqliter/
implementation ("co.touchlab:sqliter:0.6.8")
'co.touchlab:sqliter:pom:0.6.8'
<dependency org="co.touchlab" name="sqliter" rev="0.6.8">
<artifact name="sqliter" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='sqliter', version='0.6.8')
)
libraryDependencies += "co.touchlab" % "sqliter" % "0.6.8"
[co.touchlab/sqliter "0.6.8"]