Last Version

SqlBrite (Kotlin Extensions) 2.0.0

A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.

License

License

Categories

Categories

Kotlin Languages Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.sqlbrite2
ArtifactId

ArtifactId

sqlbrite-kotlin
Version

Version

2.0.0
Type

Type

aar
Description

Description

SqlBrite (Kotlin Extensions)
A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
Project URL

Project URL

http://github.com/square/sqlbrite/
Source Code Management

Source Code Management

http://github.com/square/sqlbrite/

Download sqlbrite-kotlin 2.0.0


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

Dependencies

compile (2)

Group / Artifact Type Version
com.squareup.sqlbrite2 : sqlbrite jar 2.0.0
org.jetbrains.kotlin : kotlin-stdlib jar 1.1.2-4

Project Modules

There are no modules declared in this project.