MVN

br.com.getmo : smartpush

Maven & Gradle

Jun 02, 2023

smartpush · The calculator Android library

<dependency>
    <groupId>br.com.getmo</groupId>
    <artifactId>smartpush</artifactId>
    <version>11.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.getmo : smartpush to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.4.3

All Versions

Choose a version of br.com.getmo : smartpush to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.4.x
smartpush-11.4.3
smartpush-11.4.2
smartpush-11.4.1
11.0
smartpush-11.0

How to add a dependency to Maven

Add the following br.com.getmo : smartpush maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.com.getmo</groupId>
    <artifactId>smartpush</artifactId>
    <version>11.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.getmo : smartpush gradle dependency to your build.gradle file:

implementation 'br.com.getmo:smartpush:11.4.3'

Gradle Kotlin DSL: Add the following br.com.getmo : smartpush gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.getmo:smartpush:11.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.getmo : smartpush sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.getmo" % "smartpush" % "11.4.3"