abstractions

An abstract API client library build on top of Okhttp library to ease the process of making various server request

License

License

GroupId

GroupId

software.tingle
ArtifactId

ArtifactId

abstractions
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

aar
Description

Description

abstractions
An abstract API client library build on top of Okhttp library to ease the process of making various server request
Project URL

Project URL

https://github.com/tinglesoftware/kotlin-apiclients
Source Code Management

Source Code Management

https://github.com/tinglesoftware/kotlin-apiclients

Download abstractions

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
androidx.legacy » legacy-preference-v14 jar 1.0.0
androidx.annotation » annotation jar 1.2.0
com.google.code.gson : gson jar 2.8.7
com.squareup.okhttp3 : okhttp jar 4.9.1
com.squareup.okhttp3 : logging-interceptor jar 4.9.1
androidx.lifecycle » lifecycle-viewmodel-ktx jar 2.3.1
com.google.firebase » firebase-auth jar 21.0.1
org.jetbrains.kotlinx : kotlinx-coroutines-play-services jar 1.5.0-native-mt

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.5.20

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0