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