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