MVN

io.github.coolishbee : universalsdk

Maven & Gradle

Jun 26, 2023

Universal Android SDK · The Universal SDK for Android provides a modern way of implementing open APIs.

<dependency>
    <groupId>io.github.coolishbee</groupId>
    <artifactId>universalsdk</artifactId>
    <version>3.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.coolishbee : universalsdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.7

All Versions

Choose a version of io.github.coolishbee : universalsdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
universalsdk-3.0.7
universalsdk-3.0.6
universalsdk-3.0.5
universalsdk-3.0.4
universalsdk-3.0.3
universalsdk-3.0.2
universalsdk-3.0.1
2.1.x
universalsdk-2.1.4
universalsdk-2.1.3
universalsdk-2.1.2
universalsdk-2.1.1

How to add a dependency to Maven

Add the following io.github.coolishbee : universalsdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.coolishbee</groupId>
    <artifactId>universalsdk</artifactId>
    <version>3.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.coolishbee : universalsdk gradle dependency to your build.gradle file:

implementation 'io.github.coolishbee:universalsdk:3.0.7'

Gradle Kotlin DSL: Add the following io.github.coolishbee : universalsdk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.coolishbee:universalsdk:3.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.coolishbee : universalsdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.coolishbee" % "universalsdk" % "3.0.7"

Advertisement