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