is not current version
Last Version 1.0.1

io.github.saadahmedscse:short-intent 1.0.0

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

GroupId

GroupId

io.github.saadahmedscse
ArtifactId

ArtifactId

short-intent
Version

Version

1.0.0
Type

Type

aar

Download short-intent 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.saadahmedscse/short-intent/ -->
<dependency>
    <groupId>io.github.saadahmedscse</groupId>
    <artifactId>short-intent</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.saadahmedscse/short-intent/
implementation 'io.github.saadahmedscse:short-intent:1.0.0'
// https://jarcasting.com/artifacts/io.github.saadahmedscse/short-intent/
implementation ("io.github.saadahmedscse:short-intent:1.0.0")
'io.github.saadahmedscse:short-intent:aar:1.0.0'
<dependency org="io.github.saadahmedscse" name="short-intent" rev="1.0.0">
  <artifact name="short-intent" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.saadahmedscse', module='short-intent', version='1.0.0')
)
libraryDependencies += "io.github.saadahmedscse" % "short-intent" % "1.0.0"
[io.github.saadahmedscse/short-intent "1.0.0"]