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