m

mobile-notifications-client_2.12

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.12-1.2.jar 下载
mobile-notifications-client_2.12-1.2.pom 下载
mobile-notifications-client_2.12-1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.gu</groupId>
  <artifactId>mobile-notifications-client_2.12</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'com.gu:mobile-notifications-client_2.12:1.2'
Gradle Kotlin
implementation("com.gu:mobile-notifications-client_2.12:1.2")
Scala SBT
libraryDependencies += "com.gu" % "mobile-notifications-client_2.12" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.gu', module='mobile-notifications-client_2.12', version='1.2')
)
Apache Ivy
<dependency org="com.gu" name="mobile-notifications-client_2.12" rev="1.2" />
Leiningen
[com.gu/mobile-notifications-client_2.12 "1.2"]
Apache Buildr
'com.gu:mobile-notifications-client_2.12:jar:1.2'