License |
License |
---|---|
GroupId | GroupIdcom.github.halysongoncalves |
ArtifactId | ArtifactIdnotification |
Version | Version1.0.0 |
Type | Typeaar |
Description |
DescriptionPugNotification
A powerful library for creating notifications in android platform.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
notification-1.0.0.pom | |
notification-1.0.0.aar | 67 KB |
notification-1.0.0-sources.jar | 11 KB |
notification-1.0.0-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.halysongoncalves/notification/ -->
<dependency>
<groupId>com.github.halysongoncalves</groupId>
<artifactId>notification</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.halysongoncalves/notification/
implementation 'com.github.halysongoncalves:notification:1.0.0'
// https://jarcasting.com/artifacts/com.github.halysongoncalves/notification/
implementation ("com.github.halysongoncalves:notification:1.0.0")
'com.github.halysongoncalves:notification:aar:1.0.0'
<dependency org="com.github.halysongoncalves" name="notification" rev="1.0.0">
<artifact name="notification" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.halysongoncalves', module='notification', version='1.0.0')
)
libraryDependencies += "com.github.halysongoncalves" % "notification" % "1.0.0"
[com.github.halysongoncalves/notification "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » support-v4 | jar | 21.0.3 |
com.squareup.picasso : picasso | jar | 2.3.4 |