Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.lightstreamer |
ArtifactId | ArtifactIdls-android-client |
Version | Version4.2.2-alpha.1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.lightstreamer/ls-android-client/ -->
<dependency>
<groupId>com.lightstreamer</groupId>
<artifactId>ls-android-client</artifactId>
<version>4.2.2-alpha.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.lightstreamer/ls-android-client/
implementation 'com.lightstreamer:ls-android-client:4.2.2-alpha.1'
// https://jarcasting.com/artifacts/com.lightstreamer/ls-android-client/
implementation ("com.lightstreamer:ls-android-client:4.2.2-alpha.1")
'com.lightstreamer:ls-android-client:aar:4.2.2-alpha.1'
<dependency org="com.lightstreamer" name="ls-android-client" rev="4.2.2-alpha.1">
<artifact name="ls-android-client" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.lightstreamer', module='ls-android-client', version='4.2.2-alpha.1')
)
libraryDependencies += "com.lightstreamer" % "ls-android-client" % "4.2.2-alpha.1"
[com.lightstreamer/ls-android-client "4.2.2-alpha.1"]