| License |
License |
|---|---|
| GroupId | GroupIdcom.mcxiaoke.commons |
| ArtifactId | ArtifactIdlibrary |
| Version | Version1.0.2 |
| Type | Typeaar |
| Description |
DescriptionCatCommons Library
Android Common Components: Views, Widgets, Utils
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| library-1.0.2.pom | |
| library-1.0.2.aar | 229 KB |
| library-1.0.2-sources.jar | 145 KB |
| library-1.0.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mcxiaoke.commons/library/ -->
<dependency>
<groupId>com.mcxiaoke.commons</groupId>
<artifactId>library</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.commons/library/
implementation 'com.mcxiaoke.commons:library:1.0.2'
// https://jarcasting.com/artifacts/com.mcxiaoke.commons/library/
implementation ("com.mcxiaoke.commons:library:1.0.2")
'com.mcxiaoke.commons:library:aar:1.0.2'
<dependency org="com.mcxiaoke.commons" name="library" rev="1.0.2">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.commons', module='library', version='1.0.2')
)
libraryDependencies += "com.mcxiaoke.commons" % "library" % "1.0.2"
[com.mcxiaoke.commons/library "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.2.+ |
| com.android.support » support-v4 | jar | [18.0,) |