| License |
License |
|---|---|
| GroupId | GroupIdcom.gitee.lgsg |
| ArtifactId | ArtifactIdandcommon |
| Last Version | Last Version1.0.7 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionandcommon
android common
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| andcommon-1.0.7.pom | |
| andcommon-1.0.7-sources.jar | 107 KB |
| andcommon-1.0.7-javadoc.jar | 107 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.lgsg/andcommon/ -->
<dependency>
<groupId>com.gitee.lgsg</groupId>
<artifactId>andcommon</artifactId>
<version>1.0.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.lgsg/andcommon/
implementation 'com.gitee.lgsg:andcommon:1.0.7'
// https://jarcasting.com/artifacts/com.gitee.lgsg/andcommon/
implementation ("com.gitee.lgsg:andcommon:1.0.7")
'com.gitee.lgsg:andcommon:aar:1.0.7'
<dependency org="com.gitee.lgsg" name="andcommon" rev="1.0.7">
<artifact name="andcommon" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.lgsg', module='andcommon', version='1.0.7')
)
libraryDependencies += "com.gitee.lgsg" % "andcommon" % "1.0.7"
[com.gitee.lgsg/andcommon "1.0.7"]