| GroupId | GroupIdcom.nex3z |
|---|---|
| ArtifactId | ArtifactIdnotification-badge |
| Version | Version1.0.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| notification-badge-1.0.4.pom | |
| notification-badge-1.0.4-sources.jar | 2 KB |
| notification-badge-1.0.4-javadoc.jar | 248 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nex3z/notification-badge/ -->
<dependency>
<groupId>com.nex3z</groupId>
<artifactId>notification-badge</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.nex3z/notification-badge/
implementation 'com.nex3z:notification-badge:1.0.4'
// https://jarcasting.com/artifacts/com.nex3z/notification-badge/
implementation ("com.nex3z:notification-badge:1.0.4")
'com.nex3z:notification-badge:aar:1.0.4'
<dependency org="com.nex3z" name="notification-badge" rev="1.0.4">
<artifact name="notification-badge" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.nex3z', module='notification-badge', version='1.0.4')
)
libraryDependencies += "com.nex3z" % "notification-badge" % "1.0.4"
[com.nex3z/notification-badge "1.0.4"]