License |
License |
---|---|
GroupId | GroupIdcom.josesamuel |
ArtifactId | ArtifactIdether-observable |
Version | Version1.0.3 |
Type | Typejar |
Description |
Descriptionether-observable
Ether is a framework using PubSub architectures that can be used as a replacement for common model-view archtectures such as MVP/MVC/MVVM etc.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ether-observable-1.0.3.pom | |
ether-observable-1.0.3.jar | 8 KB |
ether-observable-1.0.3-sources.jar | 1 KB |
ether-observable-1.0.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.josesamuel/ether-observable/ -->
<dependency>
<groupId>com.josesamuel</groupId>
<artifactId>ether-observable</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.josesamuel/ether-observable/
implementation 'com.josesamuel:ether-observable:1.0.3'
// https://jarcasting.com/artifacts/com.josesamuel/ether-observable/
implementation ("com.josesamuel:ether-observable:1.0.3")
'com.josesamuel:ether-observable:jar:1.0.3'
<dependency org="com.josesamuel" name="ether-observable" rev="1.0.3">
<artifact name="ether-observable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.josesamuel', module='ether-observable', version='1.0.3')
)
libraryDependencies += "com.josesamuel" % "ether-observable" % "1.0.3"
[com.josesamuel/ether-observable "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava | jar | 2.2.4 |
io.reactivex.rxjava2 : rxandroid | jar | 2.1.0 |
com.josesamuel : ether | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
com.android.support » support-annotations | jar | 26.0.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.31 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |