文件下载
文件名 操作
push-notifications-4.0.20.jar 下载
push-notifications-4.0.20.pom 下载
push-notifications-4.0.20-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.gluonhq.attach</groupId>
  <artifactId>push-notifications</artifactId>
  <version>4.0.20</version>
</dependency>
Gradle Groovy
implementation 'com.gluonhq.attach:push-notifications:4.0.20'
Gradle Kotlin
implementation("com.gluonhq.attach:push-notifications:4.0.20")
Scala SBT
libraryDependencies += "com.gluonhq.attach" % "push-notifications" % "4.0.20"
Groovy Grape
@Grapes(
  @Grab(group='com.gluonhq.attach', module='push-notifications', version='4.0.20')
)
Apache Ivy
<dependency org="com.gluonhq.attach" name="push-notifications" rev="4.0.20" />
Leiningen
[com.gluonhq.attach/push-notifications "4.0.20"]
Apache Buildr
'com.gluonhq.attach:push-notifications:jar:4.0.20'