License |
License |
---|---|
GroupId | GroupIdcn.wandersnail |
ArtifactId | ArtifactIdcommon-base |
Version | Version1.0.4 |
Type | Typeaar |
Description |
Descriptioncommon-base
common-base for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-base-1.0.4.pom | |
common-base-1.0.4.aar | 12 KB |
common-base-1.0.4-sources.jar | 7 KB |
common-base-1.0.4-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.wandersnail/common-base/ -->
<dependency>
<groupId>cn.wandersnail</groupId>
<artifactId>common-base</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.wandersnail/common-base/
implementation 'cn.wandersnail:common-base:1.0.4'
// https://jarcasting.com/artifacts/cn.wandersnail/common-base/
implementation ("cn.wandersnail:common-base:1.0.4")
'cn.wandersnail:common-base:aar:1.0.4'
<dependency org="cn.wandersnail" name="common-base" rev="1.0.4">
<artifact name="common-base" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.wandersnail', module='common-base', version='1.0.4')
)
libraryDependencies += "cn.wandersnail" % "common-base" % "1.0.4"
[cn.wandersnail/common-base "1.0.4"]