GroupId | GroupIdio.agora.rtc |
---|---|
ArtifactId | ArtifactIdfull-headers |
Version | Version3.7.0.2 |
Type | Typejar |
Filename | Size |
---|---|
full-headers-3.7.0.2.pom | |
full-headers-3.7.0.2.jar | 151 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.agora.rtc/full-headers/ -->
<dependency>
<groupId>io.agora.rtc</groupId>
<artifactId>full-headers</artifactId>
<version>3.7.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.agora.rtc/full-headers/
implementation 'io.agora.rtc:full-headers:3.7.0.2'
// https://jarcasting.com/artifacts/io.agora.rtc/full-headers/
implementation ("io.agora.rtc:full-headers:3.7.0.2")
'io.agora.rtc:full-headers:jar:3.7.0.2'
<dependency org="io.agora.rtc" name="full-headers" rev="3.7.0.2">
<artifact name="full-headers" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.agora.rtc', module='full-headers', version='3.7.0.2')
)
libraryDependencies += "io.agora.rtc" % "full-headers" % "3.7.0.2"
[io.agora.rtc/full-headers "3.7.0.2"]