GroupId | GroupIdcom.github.kaiwinter |
---|---|
ArtifactId | ArtifactIdandroid-remote-notifications |
Version | Version1.1.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.kaiwinter/android-remote-notifications/ -->
<dependency>
<groupId>com.github.kaiwinter</groupId>
<artifactId>android-remote-notifications</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kaiwinter/android-remote-notifications/
implementation 'com.github.kaiwinter:android-remote-notifications:1.1.0'
// https://jarcasting.com/artifacts/com.github.kaiwinter/android-remote-notifications/
implementation ("com.github.kaiwinter:android-remote-notifications:1.1.0")
'com.github.kaiwinter:android-remote-notifications:aar:1.1.0'
<dependency org="com.github.kaiwinter" name="android-remote-notifications" rev="1.1.0">
<artifact name="android-remote-notifications" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.kaiwinter', module='android-remote-notifications', version='1.1.0')
)
libraryDependencies += "com.github.kaiwinter" % "android-remote-notifications" % "1.1.0"
[com.github.kaiwinter/android-remote-notifications "1.1.0"]