License |
License |
---|---|
GroupId | GroupIdru.mail |
ArtifactId | ArtifactIdlibnotify |
Version | Version0.2.3-huawei |
Type | Typeaar |
Description |
Descriptionlibvnotify for Android projects
A application used as an example on how to set up pushing its components to the Central Repository.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
libnotify-0.2.3-huawei.pom | |
libnotify-0.2.3-huawei-source.aar | 559 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.mail/libnotify/ -->
<dependency>
<groupId>ru.mail</groupId>
<artifactId>libnotify</artifactId>
<version>0.2.3-huawei</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ru.mail/libnotify/
implementation 'ru.mail:libnotify:0.2.3-huawei'
// https://jarcasting.com/artifacts/ru.mail/libnotify/
implementation ("ru.mail:libnotify:0.2.3-huawei")
'ru.mail:libnotify:aar:0.2.3-huawei'
<dependency org="ru.mail" name="libnotify" rev="0.2.3-huawei">
<artifact name="libnotify" type="aar" />
</dependency>
@Grapes(
@Grab(group='ru.mail', module='libnotify', version='0.2.3-huawei')
)
libraryDependencies += "ru.mail" % "libnotify" % "0.2.3-huawei"
[ru.mail/libnotify "0.2.3-huawei"]