GroupId | GroupIdcom.github.tonilopezmr |
---|---|
ArtifactId | ArtifactIdinteractorexecutor |
Version | Version1.0 |
Type | Typeaar |
Filename | Size |
---|---|
interactorexecutor-1.0.pom | |
interactorexecutor-1.0.aar | 11 KB |
interactorexecutor-1.0-sources.jar | 5 KB |
interactorexecutor-1.0-javadoc.jar | 29 KB |
Browse |
<!-- 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"]