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