License |
License |
---|---|
GroupId | GroupIdcom.marvinlabs |
ArtifactId | ArtifactIdandroid-intents |
Version | Version1.5.1 |
Type | Typeaar |
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.aar | 10 KB |
android-intents-1.5.1-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.marvinlabs/android-intents/ -->
<dependency>
<groupId>com.marvinlabs</groupId>
<artifactId>android-intents</artifactId>
<version>1.5.1</version>
<type>aar</type>
</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:aar:1.5.1'
<dependency org="com.marvinlabs" name="android-intents" rev="1.5.1">
<artifact name="android-intents" type="aar" />
</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"]