GroupId | GroupIdcom.tomtom.speedtools |
---|---|
ArtifactId | ArtifactIdpushnotifications |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
pushnotifications-3.0.0.pom | |
pushnotifications-3.0.0.jar | 38 KB |
pushnotifications-3.0.0-sources.jar | 32 KB |
pushnotifications-3.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.speedtools/pushnotifications/
implementation 'com.tomtom.speedtools:pushnotifications:3.0.0'
// https://jarcasting.com/artifacts/com.tomtom.speedtools/pushnotifications/
implementation ("com.tomtom.speedtools:pushnotifications:3.0.0")
'com.tomtom.speedtools:pushnotifications:jar:3.0.0'
<dependency org="com.tomtom.speedtools" name="pushnotifications" rev="3.0.0">
<artifact name="pushnotifications" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.speedtools', module='pushnotifications', version='3.0.0')
)
libraryDependencies += "com.tomtom.speedtools" % "pushnotifications" % "3.0.0"
[com.tomtom.speedtools/pushnotifications "3.0.0"]