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