MVN

ru.apps-m : inapphelp

Maven & Gradle

Mar 23, 2018
0 stars

inapphelp · Inapphelp ticket system android sdk.

<dependency>
    <groupId>ru.apps-m</groupId>
    <artifactId>inapphelp</artifactId>
    <version>0.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.apps-m : inapphelp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.4

All Versions

Choose a version of ru.apps-m : inapphelp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
inapphelp-0.5.4
inapphelp-0.5.3
inapphelp-0.5.0
0.3.x
inapphelp-0.3.2
inapphelp-0.3.1
inapphelp-0.3.0
0.2.x
inapphelp-0.2.2
inapphelp-0.2.0
0.0.x
inapphelp-0.0.7
inapphelp-0.0.6
inapphelp-0.0.5
inapphelp-0.0.4
inapphelp-0.0.3

How to add a dependency to Maven

Add the following ru.apps-m : inapphelp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.apps-m</groupId>
    <artifactId>inapphelp</artifactId>
    <version>0.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.apps-m : inapphelp gradle dependency to your build.gradle file:

implementation 'ru.apps-m:inapphelp:0.5.4'

Gradle Kotlin DSL: Add the following ru.apps-m : inapphelp gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.apps-m:inapphelp:0.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.apps-m : inapphelp sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.apps-m" % "inapphelp" % "0.5.4"

Advertisement