License |
License |
---|---|
GroupId | GroupIdcom.marvinlabs |
ArtifactId | ArtifactIdandroid-intents |
Last Version | Last Version1.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAndroid 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 |
Filename | Size |
---|---|
android-intents-1.5.1.pom | |
android-intents-1.5.1.jar | 7 KB |
android-intents-1.5.1-sources.jar | 8 KB |
android-intents-1.5.1-javadoc.jar | 36 KB |
Browse |
<!-- 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"]