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