License |
License |
---|---|
GroupId | GroupIdcom.github.tonilopezmr |
ArtifactId | ArtifactIdinteractorexecutor |
Version | Version2.0 |
Type | Typejar |
Description |
DescriptionInteractor 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
interactorexecutor-2.0.pom | |
interactorexecutor-2.0.jar | 2 KB |
interactorexecutor-2.0-sources.jar | 4 KB |
interactorexecutor-2.0-javadoc.jar | 41 KB |
Browse |
<!-- 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"]