is not current version
Last Version 1.4.1

dev.alshakib.ext:ext 1.0.0-rc1

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

GroupId

GroupId

dev.alshakib.ext
ArtifactId

ArtifactId

ext
Version

Version

1.0.0-rc1
Type

Type

aar

Download ext 1.0.0-rc1


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