Android Intents

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

License

License

GroupId

GroupId

com.marvinlabs
ArtifactId

ArtifactId

android-intents
Last Version

Last Version

1.5.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/marvinlabs/android-intents

Download android-intents

How to add to project

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

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.
com.marvinlabs

MarvinLabs

Digital creative studio

Versions

Version
1.5.1
1.4.0
1.3.0
1.2.0