License |
License |
---|---|
GroupId | GroupIdio.github.nageshks.mad |
ArtifactId | ArtifactIdessentials |
Version | Version0.1.1 |
Type | Typeaar |
Description |
DescriptionMAD Essenetials
Modern Android Development Essential Library - Don't Copy Paste Same Code Over Projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
essentials-0.1.1.pom | |
essentials-0.1.1-sources.jar | 8 KB |
essentials-0.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.nageshks.mad/essentials/ -->
<dependency>
<groupId>io.github.nageshks.mad</groupId>
<artifactId>essentials</artifactId>
<version>0.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.nageshks.mad/essentials/
implementation 'io.github.nageshks.mad:essentials:0.1.1'
// https://jarcasting.com/artifacts/io.github.nageshks.mad/essentials/
implementation ("io.github.nageshks.mad:essentials:0.1.1")
'io.github.nageshks.mad:essentials:aar:0.1.1'
<dependency org="io.github.nageshks.mad" name="essentials" rev="0.1.1">
<artifact name="essentials" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.nageshks.mad', module='essentials', version='0.1.1')
)
libraryDependencies += "io.github.nageshks.mad" % "essentials" % "0.1.1"
[io.github.nageshks.mad/essentials "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
androidx.databinding » viewbinding | jar | 7.2.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |
Group / Artifact | Type | Version |
---|---|---|
androidx.core » core-ktx | jar | 1.6.0 |
androidx.appcompat » appcompat | jar | 1.3.1 |
com.google.android.material » material | jar | 1.4.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-android | jar | 1.6.1 |