GroupId | GroupIdde.telekom.smartcredentials |
---|---|
ArtifactId | ArtifactIdpushnotifications |
Version | Version6.3.8 |
Type | Typeaar |
Filename | Size |
---|---|
pushnotifications-6.3.8.pom | |
pushnotifications-6.3.8-sources.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.telekom.smartcredentials/pushnotifications/ -->
<dependency>
<groupId>de.telekom.smartcredentials</groupId>
<artifactId>pushnotifications</artifactId>
<version>6.3.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/de.telekom.smartcredentials/pushnotifications/
implementation 'de.telekom.smartcredentials:pushnotifications:6.3.8'
// https://jarcasting.com/artifacts/de.telekom.smartcredentials/pushnotifications/
implementation ("de.telekom.smartcredentials:pushnotifications:6.3.8")
'de.telekom.smartcredentials:pushnotifications:aar:6.3.8'
<dependency org="de.telekom.smartcredentials" name="pushnotifications" rev="6.3.8">
<artifact name="pushnotifications" type="aar" />
</dependency>
@Grapes(
@Grab(group='de.telekom.smartcredentials', module='pushnotifications', version='6.3.8')
)
libraryDependencies += "de.telekom.smartcredentials" % "pushnotifications" % "6.3.8"
[de.telekom.smartcredentials/pushnotifications "6.3.8"]