| License |
License |
|---|---|
| GroupId | GroupIdcom.lge.developer |
| ArtifactId | ArtifactIdqcircle-design-template |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionLG QCircle Design Template
This library provides design templates for creating LG Quick Circle apps.
With the library, you do not consider how to place the circular view, and how to create layouts for Quick Circle.
Visit http://developer.lge.com to get the documentation.
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.lge.developer/qcircle-design-template/ -->
<dependency>
<groupId>com.lge.developer</groupId>
<artifactId>qcircle-design-template</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.lge.developer/qcircle-design-template/
implementation 'com.lge.developer:qcircle-design-template:2.0.0'
// https://jarcasting.com/artifacts/com.lge.developer/qcircle-design-template/
implementation ("com.lge.developer:qcircle-design-template:2.0.0")
'com.lge.developer:qcircle-design-template:aar:2.0.0'
<dependency org="com.lge.developer" name="qcircle-design-template" rev="2.0.0">
<artifact name="qcircle-design-template" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.lge.developer', module='qcircle-design-template', version='2.0.0')
)
libraryDependencies += "com.lge.developer" % "qcircle-design-template" % "2.0.0"
[com.lge.developer/qcircle-design-template "2.0.0"]