is not current version
Last Version 1.4.1

dev.alshakib.ext:ext 1.3.2

Extensions is a collection of helpers for accessing features in Android Application.

GroupId

GroupId

dev.alshakib.ext
ArtifactId

ArtifactId

ext
Version

Version

1.3.2
Type

Type

aar

Download ext 1.3.2


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