GroupId | GroupIdcom.lingyun-x |
---|---|
ArtifactId | ArtifactIdlib-comm |
Version | Version0.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
lib-comm-0.0.1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.lingyun-x/lib-comm/ -->
<dependency>
<groupId>com.lingyun-x</groupId>
<artifactId>lib-comm</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.lingyun-x/lib-comm/
implementation 'com.lingyun-x:lib-comm:0.0.1'
// https://jarcasting.com/artifacts/com.lingyun-x/lib-comm/
implementation ("com.lingyun-x:lib-comm:0.0.1")
'com.lingyun-x:lib-comm:aar:0.0.1'
<dependency org="com.lingyun-x" name="lib-comm" rev="0.0.1">
<artifact name="lib-comm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.lingyun-x', module='lib-comm', version='0.0.1')
)
libraryDependencies += "com.lingyun-x" % "lib-comm" % "0.0.1"
[com.lingyun-x/lib-comm "0.0.1"]