| GroupId | GroupIdcom.loftechs.sdk |
|---|---|
| ArtifactId | ArtifactIdim |
| Version | Version5.2.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| im-5.2.1.pom | |
| im-5.2.1-sources.jar | 137 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.loftechs.sdk/im/ -->
<dependency>
<groupId>com.loftechs.sdk</groupId>
<artifactId>im</artifactId>
<version>5.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.loftechs.sdk/im/
implementation 'com.loftechs.sdk:im:5.2.1'
// https://jarcasting.com/artifacts/com.loftechs.sdk/im/
implementation ("com.loftechs.sdk:im:5.2.1")
'com.loftechs.sdk:im:aar:5.2.1'
<dependency org="com.loftechs.sdk" name="im" rev="5.2.1">
<artifact name="im" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.loftechs.sdk', module='im', version='5.2.1')
)
libraryDependencies += "com.loftechs.sdk" % "im" % "5.2.1"
[com.loftechs.sdk/im "5.2.1"]