License |
License |
---|---|
GroupId | GroupIdcom.saadahmedev.shortintent |
ArtifactId | ArtifactIdshortintent |
Version | Version3.0.0 |
Type | Typeaar |
Description |
DescriptionShort Intent
This is an Intent library developed by Saad Ahmed. The library lets users to intent from one activity to another with transition with simple coding
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
shortintent-3.0.0.pom | |
shortintent-3.0.0.aar | 17 KB |
shortintent-3.0.0-sources.jar | 5 KB |
shortintent-3.0.0-javadoc.jar | 433 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.saadahmedev.shortintent/shortintent/ -->
<dependency>
<groupId>com.saadahmedev.shortintent</groupId>
<artifactId>shortintent</artifactId>
<version>3.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.saadahmedev.shortintent/shortintent/
implementation 'com.saadahmedev.shortintent:shortintent:3.0.0'
// https://jarcasting.com/artifacts/com.saadahmedev.shortintent/shortintent/
implementation ("com.saadahmedev.shortintent:shortintent:3.0.0")
'com.saadahmedev.shortintent:shortintent:aar:3.0.0'
<dependency org="com.saadahmedev.shortintent" name="shortintent" rev="3.0.0">
<artifact name="shortintent" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.saadahmedev.shortintent', module='shortintent', version='3.0.0')
)
libraryDependencies += "com.saadahmedev.shortintent" % "shortintent" % "3.0.0"
[com.saadahmedev.shortintent/shortintent "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.android : android | jar | 2.1.2 |
com.google.android : annotations | jar | 4.1.1.4 |