is not current version
Last Version 2.0

com.github.tonilopezmr:interactorexecutor 1.0

Small Android library for use the Interactor(use case) and Executor for running code on a Thread Pool Thread or UI Thread. Normally this library is used for implement the Clean Architecture.

GroupId

GroupId

com.github.tonilopezmr
ArtifactId

ArtifactId

interactorexecutor
Version

Version

1.0
Type

Type

aar

Download interactorexecutor 1.0


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