License |
License |
---|---|
GroupId | GroupIdcom.josesamuel |
ArtifactId | ArtifactIdether |
Version | Version1.0.3 |
Type | Typejar |
Description |
Descriptionether
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-1.0.3.pom | |
ether-1.0.3.jar | 10 KB |
ether-1.0.3-sources.jar | 2 KB |
ether-1.0.3-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.josesamuel/ether/ -->
<dependency>
<groupId>com.josesamuel</groupId>
<artifactId>ether</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.josesamuel/ether/
implementation 'com.josesamuel:ether:1.0.3'
// https://jarcasting.com/artifacts/com.josesamuel/ether/
implementation ("com.josesamuel:ether:1.0.3")
'com.josesamuel:ether:jar:1.0.3'
<dependency org="com.josesamuel" name="ether" rev="1.0.3">
<artifact name="ether" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.josesamuel', module='ether', version='1.0.3')
)
libraryDependencies += "com.josesamuel" % "ether" % "1.0.3"
[com.josesamuel/ether "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 |