MVN

dev.alshakib.ext : ext

Maven & Gradle

May 26, 2021
0 stars

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

<dependency>
    <groupId>dev.alshakib.ext</groupId>
    <artifactId>ext</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.alshakib.ext : ext to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1
  • Latest Release Candidate: 1.2.1-rc1

All Versions

Choose a version of dev.alshakib.ext : ext to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
ext-1.4.1
ext-1.4.0
1.3.x
ext-1.3.3
ext-1.3.2
ext-1.3.1
ext-1.3.0
1.2.x
ext-1.2.1-rc1
ext-1.2.0
1.0.x
ext-1.0.0-rc1

How to add a dependency to Maven

Add the following dev.alshakib.ext : ext maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.alshakib.ext</groupId>
    <artifactId>ext</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.alshakib.ext : ext gradle dependency to your build.gradle file:

implementation 'dev.alshakib.ext:ext:1.4.1'

Gradle Kotlin DSL: Add the following dev.alshakib.ext : ext gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.alshakib.ext:ext:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.alshakib.ext : ext sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.alshakib.ext" % "ext" % "1.4.1"

Advertisement