MVN

com.github.insurlytech : androidlibrary

Maven & Gradle

Apr 20, 2022
0 stars

AndroidLibrary · Android client for ZetaPush

<dependency>
    <groupId>com.github.insurlytech</groupId>
    <artifactId>androidlibrary</artifactId>
    <version>1.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.insurlytech : androidlibrary to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.4

All Versions

Choose a version of com.github.insurlytech : androidlibrary to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
androidlibrary-1.2.4
androidlibrary-1.2.3
androidlibrary-1.2.2
androidlibrary-1.2.1
1.2
androidlibrary-1.2
1.1.x
androidlibrary-1.1.1
androidlibrary-1.1.0

How to add a dependency to Maven

Add the following com.github.insurlytech : androidlibrary maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.insurlytech</groupId>
    <artifactId>androidlibrary</artifactId>
    <version>1.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.insurlytech : androidlibrary gradle dependency to your build.gradle file:

implementation 'com.github.insurlytech:androidlibrary:1.2.4'

Gradle Kotlin DSL: Add the following com.github.insurlytech : androidlibrary gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.insurlytech:androidlibrary:1.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.insurlytech : androidlibrary sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.insurlytech" % "androidlibrary" % "1.2.4"

Advertisement