Files download
File Operation
android-notification-dsl-core-0.2.1.pom download
android-notification-dsl-core-0.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.kirich1409</groupId>
  <artifactId>android-notification-dsl-core</artifactId>
  <version>0.2.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.kirich1409:android-notification-dsl-core:0.2.1'
Gradle Kotlin
implementation("com.github.kirich1409:android-notification-dsl-core:0.2.1")
Scala SBT
libraryDependencies += "com.github.kirich1409" % "android-notification-dsl-core" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kirich1409', module='android-notification-dsl-core', version='0.2.1')
)
Apache Ivy
<dependency org="com.github.kirich1409" name="android-notification-dsl-core" rev="0.2.1" />
Leiningen
[com.github.kirich1409/android-notification-dsl-core "0.2.1"]
Apache Buildr
'com.github.kirich1409:android-notification-dsl-core:jar:0.2.1'