License |
License |
---|---|
GroupId | GroupIdio.agora.game |
ArtifactId | ArtifactIdgame-sdk |
Version | Version1.0.0 |
Type | Typeaar |
Description |
Descriptiongame-sdk
Agora SDK
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
game-sdk-1.0.0.pom | |
game-sdk-1.0.0.aar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.agora.game/game-sdk/ -->
<dependency>
<groupId>io.agora.game</groupId>
<artifactId>game-sdk</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.agora.game/game-sdk/
implementation 'io.agora.game:game-sdk:1.0.0'
// https://jarcasting.com/artifacts/io.agora.game/game-sdk/
implementation ("io.agora.game:game-sdk:1.0.0")
'io.agora.game:game-sdk:aar:1.0.0'
<dependency org="io.agora.game" name="game-sdk" rev="1.0.0">
<artifact name="game-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.agora.game', module='game-sdk', version='1.0.0')
)
libraryDependencies += "io.agora.game" % "game-sdk" % "1.0.0"
[io.agora.game/game-sdk "1.0.0"]