Last Version

Tether 1.0.0

Library to help implement common MVVM pattern with Kotlin, Rx, and Architecture Components

License

License

Categories

Categories

Net
GroupId

GroupId

com.fjordnet.tether
ArtifactId

ArtifactId

tether
Version

Version

1.0.0
Type

Type

aar
Description

Description

Tether
Library to help implement common MVVM pattern with Kotlin, Rx, and Architecture Components
Project URL

Project URL

https://github.com/Fjordnet/tether
Source Code Management

Source Code Management

https://github.com/Fjordnet/tether

Download tether 1.0.0


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

Dependencies

compile (9)

Group / Artifact Type Version
com.jakewharton.rxbinding2 : rxbinding jar 2.1.1
com.jakewharton.rxbinding2 : rxbinding-appcompat-v7 jar 2.1.1
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.2.61
com.google.android.material » material jar 1.0.0-rc02
io.reactivex.rxjava2 : rxkotlin jar 2.3.0
io.reactivex.rxjava2 : rxandroid jar 2.1.0
androidx.lifecycle » lifecycle-runtime jar 2.0.0-rc01
androidx.lifecycle » lifecycle-common-java8 jar 2.0.0-rc01
androidx.lifecycle » lifecycle-extensions jar 2.0.0-rc01

Project Modules

There are no modules declared in this project.