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