m

mobile-notifications-client_2.10

Scala client for the Guardian Push Notifications API
https://github.com/guardian/mobile-notifications-api-client
Apache V2
com.gu
The guardian
文件下载
文件名 操作
mobile-notifications-client_2.10-1.0.jar 下载
mobile-notifications-client_2.10-1.0.pom 下载
mobile-notifications-client_2.10-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.gu</groupId>
  <artifactId>mobile-notifications-client_2.10</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.gu:mobile-notifications-client_2.10:1.0'
Gradle Kotlin
implementation("com.gu:mobile-notifications-client_2.10:1.0")
Scala SBT
libraryDependencies += "com.gu" % "mobile-notifications-client_2.10" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.gu', module='mobile-notifications-client_2.10', version='1.0')
)
Apache Ivy
<dependency org="com.gu" name="mobile-notifications-client_2.10" rev="1.0" />
Leiningen
[com.gu/mobile-notifications-client_2.10 "1.0"]
Apache Buildr
'com.gu:mobile-notifications-client_2.10:jar:1.0'