Last Version

Extension on core APIs 1.0.0

A library that wraps Android's callback-based APIs into extension functions which allows writing them in a sequential way within coroutines or observe multiple callbacks through Kotlin flow.

License

License

The Apache License, Version 2.0
https://www.apache.org/licenses/LICENSE-2.0.txt
GroupId

GroupId

io.github.sagar-viradiya
ArtifactId

ArtifactId

callback-core-ktx
Version

Version

1.0.0
Type

Type

aar
Description

Description

Extension on core APIs
A library that wraps Android's callback-based APIs into extension functions which allows writing them in a sequential way within coroutines or observe multiple callbacks through Kotlin flow.
Project URL

Project URL

https://github.com/sagar-viradiya/callback-ktx
Source Code Management

Source Code Management

https://github.com/sagar-viradiya/callback-ktx

Download callback-core-ktx 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.sagar-viradiya/callback-core-ktx/ -->
<dependency>
    <groupId>io.github.sagar-viradiya</groupId>
    <artifactId>callback-core-ktx</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.sagar-viradiya/callback-core-ktx/
implementation 'io.github.sagar-viradiya:callback-core-ktx:1.0.0'
// https://jarcasting.com/artifacts/io.github.sagar-viradiya/callback-core-ktx/
implementation ("io.github.sagar-viradiya:callback-core-ktx:1.0.0")
'io.github.sagar-viradiya:callback-core-ktx:aar:1.0.0'
<dependency org="io.github.sagar-viradiya" name="callback-core-ktx" rev="1.0.0">
  <artifact name="callback-core-ktx" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.sagar-viradiya', module='callback-core-ktx', version='1.0.0')
)
libraryDependencies += "io.github.sagar-viradiya" % "callback-core-ktx" % "1.0.0"
[io.github.sagar-viradiya/callback-core-ktx "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.0

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.5.0
androidx.annotation » annotation jar 1.2.0

Project Modules

There are no modules declared in this project.