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