| GroupId | GroupIdcom.strongloop |
|---|---|
| ArtifactId | ArtifactIdstrong-remoting-android |
| Version | Version1.2.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.strongloop/strong-remoting-android/ -->
<dependency>
<groupId>com.strongloop</groupId>
<artifactId>strong-remoting-android</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.strongloop/strong-remoting-android/
implementation 'com.strongloop:strong-remoting-android:1.2.0'
// https://jarcasting.com/artifacts/com.strongloop/strong-remoting-android/
implementation ("com.strongloop:strong-remoting-android:1.2.0")
'com.strongloop:strong-remoting-android:jar:1.2.0'
<dependency org="com.strongloop" name="strong-remoting-android" rev="1.2.0">
<artifact name="strong-remoting-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.strongloop', module='strong-remoting-android', version='1.2.0')
)
libraryDependencies += "com.strongloop" % "strong-remoting-android" % "1.2.0"
[com.strongloop/strong-remoting-android "1.2.0"]