| GroupId | GroupIdcom.sobot.call |
|---|---|
| ArtifactId | ArtifactIdsobotcall |
| Version | Version0.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| sobotcall-0.2.pom | |
| sobotcall-0.2.aar | 8 MB |
| sobotcall-0.2-sources.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sobot.call/sobotcall/ -->
<dependency>
<groupId>com.sobot.call</groupId>
<artifactId>sobotcall</artifactId>
<version>0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.sobot.call/sobotcall/
implementation 'com.sobot.call:sobotcall:0.2'
// https://jarcasting.com/artifacts/com.sobot.call/sobotcall/
implementation ("com.sobot.call:sobotcall:0.2")
'com.sobot.call:sobotcall:aar:0.2'
<dependency org="com.sobot.call" name="sobotcall" rev="0.2">
<artifact name="sobotcall" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.sobot.call', module='sobotcall', version='0.2')
)
libraryDependencies += "com.sobot.call" % "sobotcall" % "0.2"
[com.sobot.call/sobotcall "0.2"]