GroupId | GroupIdcom.tomtom.speedtools |
---|---|
ArtifactId | ArtifactIdpushnotifications |
Version | Version3.0.11 |
Type | Typejar |
Filename | Size |
---|---|
pushnotifications-3.0.11.pom | |
pushnotifications-3.0.11.jar | 36 KB |
pushnotifications-3.0.11-sources.jar | 31 KB |
pushnotifications-3.0.11-javadoc.jar | 160 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tomtom.speedtools/pushnotifications/ -->
<dependency>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>pushnotifications</artifactId>
<version>3.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.speedtools/pushnotifications/
implementation 'com.tomtom.speedtools:pushnotifications:3.0.11'
// https://jarcasting.com/artifacts/com.tomtom.speedtools/pushnotifications/
implementation ("com.tomtom.speedtools:pushnotifications:3.0.11")
'com.tomtom.speedtools:pushnotifications:jar:3.0.11'
<dependency org="com.tomtom.speedtools" name="pushnotifications" rev="3.0.11">
<artifact name="pushnotifications" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.speedtools', module='pushnotifications', version='3.0.11')
)
libraryDependencies += "com.tomtom.speedtools" % "pushnotifications" % "3.0.11"
[com.tomtom.speedtools/pushnotifications "3.0.11"]