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