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