MVN

com.saadahmedev.kotlin-helper : kotlin-helper

Maven & Gradle

Oct 29, 2022

Kotlin Helper Functions · A custom android kotlin helper function boilerplate library which will make you code more faster and smoother

<dependency>
    <groupId>com.saadahmedev.kotlin-helper</groupId>
    <artifactId>kotlin-helper</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.saadahmedev.kotlin-helper : kotlin-helper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.saadahmedev.kotlin-helper : kotlin-helper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
kotlin-helper-1.0.2
kotlin-helper-1.0.1
kotlin-helper-1.0.0

How to add a dependency to Maven

Add the following com.saadahmedev.kotlin-helper : kotlin-helper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.saadahmedev.kotlin-helper</groupId>
    <artifactId>kotlin-helper</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.saadahmedev.kotlin-helper : kotlin-helper gradle dependency to your build.gradle file:

implementation 'com.saadahmedev.kotlin-helper:kotlin-helper:1.0.2'

Gradle Kotlin DSL: Add the following com.saadahmedev.kotlin-helper : kotlin-helper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.saadahmedev.kotlin-helper:kotlin-helper:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.saadahmedev.kotlin-helper : kotlin-helper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.saadahmedev.kotlin-helper" % "kotlin-helper" % "1.0.2"

Advertisement