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