a

appinformsdk

AppInform integration with Android Mobile Systems to allow creating User Onboarding Messages and Automated Tours
https://github.com/HugoMag/HelppierAndroidSDK
AppInform Android SDK License
João Ramos
Files download
File Operation
appinformsdk-1.0.3.pom download
appinformsdk-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>xyz.appinform</groupId>
  <artifactId>appinformsdk</artifactId>
  <version>1.0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'xyz.appinform:appinformsdk:1.0.3'
Gradle Kotlin
implementation("xyz.appinform:appinformsdk:1.0.3")
Scala SBT
libraryDependencies += "xyz.appinform" % "appinformsdk" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='xyz.appinform', module='appinformsdk', version='1.0.3')
)
Apache Ivy
<dependency org="xyz.appinform" name="appinformsdk" rev="1.0.3" />
Leiningen
[xyz.appinform/appinformsdk "1.0.3"]
Apache Buildr
'xyz.appinform:appinformsdk:jar:1.0.3'