is not current version
Last Version 1.0.3

com.vinaysshenoy:mugen 1.0.0

Microlibrary for implementing infinite scroll on Android

GroupId

GroupId

com.vinaysshenoy
ArtifactId

ArtifactId

mugen
Version

Version

1.0.0
Type

Type

aar

Download mugen 1.0.0


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