Last Version

Interactor Executor 2.0

Small java 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.

License

License

GroupId

GroupId

com.github.tonilopezmr
ArtifactId

ArtifactId

interactorexecutor
Version

Version

2.0
Type

Type

jar
Description

Description

Interactor Executor
Small java 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.
Project URL

Project URL

https://github.com/tonilopezmr/InteractorExecutor
Source Code Management

Source Code Management

https://github.com/tonilopezmr/InteractorExecutor

Download interactorexecutor 2.0


<!-- https://jarcasting.com/artifacts/com.github.tonilopezmr/interactorexecutor/ -->
<dependency>
    <groupId>com.github.tonilopezmr</groupId>
    <artifactId>interactorexecutor</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonilopezmr/interactorexecutor/
implementation 'com.github.tonilopezmr:interactorexecutor:2.0'
// https://jarcasting.com/artifacts/com.github.tonilopezmr/interactorexecutor/
implementation ("com.github.tonilopezmr:interactorexecutor:2.0")
'com.github.tonilopezmr:interactorexecutor:jar:2.0'
<dependency org="com.github.tonilopezmr" name="interactorexecutor" rev="2.0">
  <artifact name="interactorexecutor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonilopezmr', module='interactorexecutor', version='2.0')
)
libraryDependencies += "com.github.tonilopezmr" % "interactorexecutor" % "2.0"
[com.github.tonilopezmr/interactorexecutor "2.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.