GroupId | GroupIdcom.immomo.molive.hello |
---|---|
ArtifactId | ArtifactIdlive-sdk |
Version | Version1.2.0-beta-01 |
Type | Typeaar |
Filename | Size |
---|---|
live-sdk-1.2.0-beta-01.pom | |
live-sdk-1.2.0-beta-01.aar | 34 MB |
live-sdk-1.2.0-beta-01-sources.jar | 261 bytes |
live-sdk-1.2.0-beta-01-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.immomo.molive.hello/live-sdk/ -->
<dependency>
<groupId>com.immomo.molive.hello</groupId>
<artifactId>live-sdk</artifactId>
<version>1.2.0-beta-01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.immomo.molive.hello/live-sdk/
implementation 'com.immomo.molive.hello:live-sdk:1.2.0-beta-01'
// https://jarcasting.com/artifacts/com.immomo.molive.hello/live-sdk/
implementation ("com.immomo.molive.hello:live-sdk:1.2.0-beta-01")
'com.immomo.molive.hello:live-sdk:aar:1.2.0-beta-01'
<dependency org="com.immomo.molive.hello" name="live-sdk" rev="1.2.0-beta-01">
<artifact name="live-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.immomo.molive.hello', module='live-sdk', version='1.2.0-beta-01')
)
libraryDependencies += "com.immomo.molive.hello" % "live-sdk" % "1.2.0-beta-01"
[com.immomo.molive.hello/live-sdk "1.2.0-beta-01"]