GroupId | GroupIdir.metrix.notification |
---|---|
ArtifactId | ArtifactIdmetrix |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
metrix-1.0.3.pom | |
metrix-1.0.3.aar | 987 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ir.metrix.notification/metrix/ -->
<dependency>
<groupId>ir.metrix.notification</groupId>
<artifactId>metrix</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ir.metrix.notification/metrix/
implementation 'ir.metrix.notification:metrix:1.0.3'
// https://jarcasting.com/artifacts/ir.metrix.notification/metrix/
implementation ("ir.metrix.notification:metrix:1.0.3")
'ir.metrix.notification:metrix:aar:1.0.3'
<dependency org="ir.metrix.notification" name="metrix" rev="1.0.3">
<artifact name="metrix" type="aar" />
</dependency>
@Grapes(
@Grab(group='ir.metrix.notification', module='metrix', version='1.0.3')
)
libraryDependencies += "ir.metrix.notification" % "metrix" % "1.0.3"
[ir.metrix.notification/metrix "1.0.3"]