GroupId | GroupIdcom.mesibo.api |
---|---|
ArtifactId | ArtifactIdContactUtils |
Version | Version0.1.30 |
Type | Typeaar |
Filename | Size |
---|---|
ContactUtils-0.1.30.pom | |
ContactUtils-0.1.30.aar | 49 KB |
ContactUtils-0.1.30-sources.jar | 261 bytes |
ContactUtils-0.1.30-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.mesibo.api/ContactUtils/ -->
<dependency>
<groupId>com.mesibo.api</groupId>
<artifactId>ContactUtils</artifactId>
<version>0.1.30</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mesibo.api/ContactUtils/
implementation 'com.mesibo.api:ContactUtils:0.1.30'
// https://jarcasting.com/artifacts/com.mesibo.api/ContactUtils/
implementation ("com.mesibo.api:ContactUtils:0.1.30")
'com.mesibo.api:ContactUtils:aar:0.1.30'
<dependency org="com.mesibo.api" name="ContactUtils" rev="0.1.30">
<artifact name="ContactUtils" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mesibo.api', module='ContactUtils', version='0.1.30')
)
libraryDependencies += "com.mesibo.api" % "ContactUtils" % "0.1.30"
[com.mesibo.api/ContactUtils "0.1.30"]