n

notitool

The simple notification helper methods, include fcm implementation in version 0.1.0
https://github.com/vatisteve/notitool
The Apache License, Version 2.0
vatisteve
Files download
File Operation
notitool-0.1.0.jar download
notitool-0.1.0.pom download
notitool-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.vatisteve</groupId>
  <artifactId>notitool</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.vatisteve:notitool:0.1.0'
Gradle Kotlin
implementation("io.github.vatisteve:notitool:0.1.0")
Scala SBT
libraryDependencies += "io.github.vatisteve" % "notitool" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.vatisteve', module='notitool', version='0.1.0')
)
Apache Ivy
<dependency org="io.github.vatisteve" name="notitool" rev="0.1.0" />
Leiningen
[io.github.vatisteve/notitool "0.1.0"]
Apache Buildr
'io.github.vatisteve:notitool:jar:0.1.0'