AndLinker

AndLinker is a IPC library for Android, which combines the features of AIDL and Retrofit. Allows IPC call seamlessly compose with rxjava and rxjava2 call adapters.

License

License

GroupId

GroupId

com.codezjx.library
ArtifactId

ArtifactId

andlinker
Last Version

Last Version

0.9.0
Release Date

Release Date

Type

Type

aar
Description

Description

AndLinker
AndLinker is a IPC library for Android, which combines the features of AIDL and Retrofit. Allows IPC call seamlessly compose with rxjava and rxjava2 call adapters.
Project URL

Project URL

https://github.com/codezjx/AndLinker
Source Code Management

Source Code Management

https://github.com/codezjx/AndLinker

Download andlinker

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.0
0.8.1
0.8.0