GroupId | GroupIdcom.github.halysongoncalves |
---|---|
ArtifactId | ArtifactIdpugnotification |
Version | Version1.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
pugnotification-1.0.2.pom | |
pugnotification-1.0.2.aar | 67 KB |
pugnotification-1.0.2-sources.jar | 11 KB |
pugnotification-1.0.2-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.halysongoncalves/pugnotification/ -->
<dependency>
<groupId>com.github.halysongoncalves</groupId>
<artifactId>pugnotification</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.halysongoncalves/pugnotification/
implementation 'com.github.halysongoncalves:pugnotification:1.0.2'
// https://jarcasting.com/artifacts/com.github.halysongoncalves/pugnotification/
implementation ("com.github.halysongoncalves:pugnotification:1.0.2")
'com.github.halysongoncalves:pugnotification:aar:1.0.2'
<dependency org="com.github.halysongoncalves" name="pugnotification" rev="1.0.2">
<artifact name="pugnotification" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.halysongoncalves', module='pugnotification', version='1.0.2')
)
libraryDependencies += "com.github.halysongoncalves" % "pugnotification" % "1.0.2"
[com.github.halysongoncalves/pugnotification "1.0.2"]