GroupId | GroupIdcom.github.gurgendanielyan |
---|---|
ArtifactId | ArtifactIdphoneLibrary |
Version | Version0.6 |
Type | Typeaar |
Filename | Size |
---|---|
phoneLibrary-0.6.pom | |
phoneLibrary-0.6.aar | 239 KB |
phoneLibrary-0.6-sources.jar | 457 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gurgendanielyan/phoneLibrary/ -->
<dependency>
<groupId>com.github.gurgendanielyan</groupId>
<artifactId>phoneLibrary</artifactId>
<version>0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gurgendanielyan/phoneLibrary/
implementation 'com.github.gurgendanielyan:phoneLibrary:0.6'
// https://jarcasting.com/artifacts/com.github.gurgendanielyan/phoneLibrary/
implementation ("com.github.gurgendanielyan:phoneLibrary:0.6")
'com.github.gurgendanielyan:phoneLibrary:aar:0.6'
<dependency org="com.github.gurgendanielyan" name="phoneLibrary" rev="0.6">
<artifact name="phoneLibrary" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.gurgendanielyan', module='phoneLibrary', version='0.6')
)
libraryDependencies += "com.github.gurgendanielyan" % "phoneLibrary" % "0.6"
[com.github.gurgendanielyan/phoneLibrary "0.6"]