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