is not current version
Last Version 1.5.1

com.marvinlabs:android-intents 1.4.0

A small library which will save you from writing the same intent creation code again and again for the most simple tasks.

GroupId

GroupId

com.marvinlabs
ArtifactId

ArtifactId

android-intents
Version

Version

1.4.0
Type

Type

aar

Download android-intents 1.4.0


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