GroupId | GroupIdcom.marvinlabs |
---|---|
ArtifactId | ArtifactIdandroid-intents |
Version | Version1.4.0 |
Type | Typeaar |
Filename | Size |
---|---|
android-intents-1.4.0.pom | |
android-intents-1.4.0.aar | 9 KB |
android-intents-1.4.0-sources.jar | 10 KB |
Browse |
<!-- 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"]