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