GroupId | GroupIdcn.wandersnail |
---|---|
ArtifactId | ArtifactIdcommon-full |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
common-full-1.0.3.pom | |
common-full-1.0.3.aar | 142 KB |
common-full-1.0.3-sources.jar | 83 KB |
common-full-1.0.3-javadoc.jar | 296 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.wandersnail/common-full/ -->
<dependency>
<groupId>cn.wandersnail</groupId>
<artifactId>common-full</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.wandersnail/common-full/
implementation 'cn.wandersnail:common-full:1.0.3'
// https://jarcasting.com/artifacts/cn.wandersnail/common-full/
implementation ("cn.wandersnail:common-full:1.0.3")
'cn.wandersnail:common-full:aar:1.0.3'
<dependency org="cn.wandersnail" name="common-full" rev="1.0.3">
<artifact name="common-full" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.wandersnail', module='common-full', version='1.0.3')
)
libraryDependencies += "cn.wandersnail" % "common-full" % "1.0.3"
[cn.wandersnail/common-full "1.0.3"]