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