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