License |
License |
---|---|
GroupId | GroupIdcom.tomtom.speedtools |
ArtifactId | ArtifactIdpushnotifications |
Version | Version3.2.23 |
Type | Typejar |
Description |
DescriptionSpeedTools Push Notifications Services
Provides generic interfaces for the iOS APNS and Android GCM push
notification services to send notifications to mobile phones.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
pushnotifications-3.2.23.pom | |
pushnotifications-3.2.23.jar | 36 KB |
pushnotifications-3.2.23-sources.jar | 33 KB |
pushnotifications-3.2.23-javadoc.jar | 158 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tomtom.speedtools/pushnotifications/ -->
<dependency>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>pushnotifications</artifactId>
<version>3.2.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.speedtools/pushnotifications/
implementation 'com.tomtom.speedtools:pushnotifications:3.2.23'
// https://jarcasting.com/artifacts/com.tomtom.speedtools/pushnotifications/
implementation ("com.tomtom.speedtools:pushnotifications:3.2.23")
'com.tomtom.speedtools:pushnotifications:jar:3.2.23'
<dependency org="com.tomtom.speedtools" name="pushnotifications" rev="3.2.23">
<artifact name="pushnotifications" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.speedtools', module='pushnotifications', version='3.2.23')
)
libraryDependencies += "com.tomtom.speedtools" % "pushnotifications" % "3.2.23"
[com.tomtom.speedtools/pushnotifications "3.2.23"]
Group / Artifact | Type | Version |
---|---|---|
com.tomtom.speedtools : core | jar | 3.2.23 |
com.tomtom.speedtools : guice | jar | 3.2.23 |
com.tomtom.speedtools : json | jar | 3.2.23 |
com.ganyo : gcm-server | jar | 1.1.0 |
com.google.inject : guice | jar | 4.2.3 |
com.google.inject.extensions : guice-multibindings | jar | 4.2.3 |
javax.inject : javax.inject | jar | 1 |
joda-time : joda-time | jar | 2.10.10 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
com.tomtom.speedtools : testutils | jar | 3.2.23 |
junit : junit | jar | 4.13.2 |