Extensions

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

License

License

GroupId

GroupId

dev.alshakib.ext
ArtifactId

ArtifactId

ext
Last Version

Last Version

1.4.1
Release Date

Release Date

Type

Type

aar
Description

Description

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

Project URL

https://github.com/AlShakib/Extensions
Source Code Management

Source Code Management

https://github.com/AlShakib/Extensions/tree/main

Download ext

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
androidx.navigation » navigation-runtime jar 2.3.5
com.google.android.material » material jar 1.3.0
androidx.appcompat » appcompat jar 1.3.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1-rc1
1.2.0
1.0.0-rc1