replica-devtools

Android libary for fetching, caching and updating asynchronous data

License

License

The MIT License
GroupId

GroupId

com.github.aartikov
ArtifactId

ArtifactId

replica-devtools
Last Version

Last Version

1.0.0-alpha4
Release Date

Release Date

Type

Type

aar
Description

Description

replica-devtools
Android libary for fetching, caching and updating asynchronous data
Project URL

Project URL

https://github.com/aartikov/Replica

Download replica-devtools

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
com.github.aartikov : replica-devtools-dto jar 1.0.0-alpha4
org.jetbrains.kotlinx : kotlinx-serialization-core jar 1.3.0
org.jetbrains.kotlinx : kotlinx-serialization-json jar 1.3.0
org.jetbrains.kotlinx : kotlinx-datetime jar 0.3.2
io.ktor : ktor-server-core jar 1.6.7
io.ktor : ktor-server-netty jar 1.6.7
io.ktor : ktor-websockets jar 1.6.7
com.github.aartikov : replica-core jar 1.0.0-alpha4
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.6.0-RC
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-alpha4
1.0.0-alpha3
1.0.0-alpha2
1.0.0-alpha1