GroupId | GroupIdcom.mesibo.api |
---|---|
ArtifactId | ArtifactIdcalls |
Version | Version1.7.10 |
Type | Typeaar |
Filename | Size |
---|---|
calls-1.7.10.pom | |
calls-1.7.10-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mesibo.api/calls/ -->
<dependency>
<groupId>com.mesibo.api</groupId>
<artifactId>calls</artifactId>
<version>1.7.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mesibo.api/calls/
implementation 'com.mesibo.api:calls:1.7.10'
// https://jarcasting.com/artifacts/com.mesibo.api/calls/
implementation ("com.mesibo.api:calls:1.7.10")
'com.mesibo.api:calls:aar:1.7.10'
<dependency org="com.mesibo.api" name="calls" rev="1.7.10">
<artifact name="calls" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mesibo.api', module='calls', version='1.7.10')
)
libraryDependencies += "com.mesibo.api" % "calls" % "1.7.10"
[com.mesibo.api/calls "1.7.10"]