GroupId | GroupIdcom.glia |
---|---|
ArtifactId | ArtifactIdandroid-widgets |
Version | Version1.6.3 |
Type | Typeaar |
Filename | Size |
---|---|
android-widgets-1.6.3.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.glia/android-widgets/ -->
<dependency>
<groupId>com.glia</groupId>
<artifactId>android-widgets</artifactId>
<version>1.6.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.glia/android-widgets/
implementation 'com.glia:android-widgets:1.6.3'
// https://jarcasting.com/artifacts/com.glia/android-widgets/
implementation ("com.glia:android-widgets:1.6.3")
'com.glia:android-widgets:aar:1.6.3'
<dependency org="com.glia" name="android-widgets" rev="1.6.3">
<artifact name="android-widgets" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.glia', module='android-widgets', version='1.6.3')
)
libraryDependencies += "com.glia" % "android-widgets" % "1.6.3"
[com.glia/android-widgets "1.6.3"]