is not current version
Last Version 1.5.1

com.marvinlabs:android-intents 1.3.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.3.0
Type

Type

jar

Download android-intents 1.3.0


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