Files download
File Operation
notifier-1.3.0.jar download
notifier-1.3.0.pom download
notifier-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tomtzook</groupId>
  <artifactId>notifier</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.tomtzook:notifier:1.3.0'
Gradle Kotlin
implementation("com.github.tomtzook:notifier:1.3.0")
Scala SBT
libraryDependencies += "com.github.tomtzook" % "notifier" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tomtzook', module='notifier', version='1.3.0')
)
Apache Ivy
<dependency org="com.github.tomtzook" name="notifier" rev="1.3.0" />
Leiningen
[com.github.tomtzook/notifier "1.3.0"]
Apache Buildr
'com.github.tomtzook:notifier:jar:1.3.0'
Dependencies
The project has no third-party dependencies