n

notify-sdk-android

Kotlin multi platform sdk for ZNotify
https://github.com/ZNotify/kt-sdk
Apache-2.0
Zxilly
Files download
File Operation
notify-sdk-android-2.3.3.pom download
notify-sdk-android-2.3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.zxilly</groupId>
  <artifactId>notify-sdk-android</artifactId>
  <version>2.3.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'dev.zxilly:notify-sdk-android:2.3.3'
Gradle Kotlin
implementation("dev.zxilly:notify-sdk-android:2.3.3")
Scala SBT
libraryDependencies += "dev.zxilly" % "notify-sdk-android" % "2.3.3"
Groovy Grape
@Grapes(
  @Grab(group='dev.zxilly', module='notify-sdk-android', version='2.3.3')
)
Apache Ivy
<dependency org="dev.zxilly" name="notify-sdk-android" rev="2.3.3" />
Leiningen
[dev.zxilly/notify-sdk-android "2.3.3"]
Apache Buildr
'dev.zxilly:notify-sdk-android:jar:2.3.3'