is not current version
Last Version 1.4.1

dev.alshakib.ext:ext 1.3.0

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

GroupId

GroupId

dev.alshakib.ext
ArtifactId

ArtifactId

ext
Version

Version

1.3.0
Type

Type

aar

Download ext 1.3.0


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