GroupId | GroupIdcom.lightstreamer |
---|---|
ArtifactId | ArtifactIdls-adapter-remote |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
ls-adapter-remote-1.4.0.pom | |
ls-adapter-remote-1.4.0.jar | 108 KB |
ls-adapter-remote-1.4.0-sources.jar | 106 KB |
ls-adapter-remote-1.4.0-javadoc.jar | 598 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lightstreamer/ls-adapter-remote/ -->
<dependency>
<groupId>com.lightstreamer</groupId>
<artifactId>ls-adapter-remote</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightstreamer/ls-adapter-remote/
implementation 'com.lightstreamer:ls-adapter-remote:1.4.0'
// https://jarcasting.com/artifacts/com.lightstreamer/ls-adapter-remote/
implementation ("com.lightstreamer:ls-adapter-remote:1.4.0")
'com.lightstreamer:ls-adapter-remote:jar:1.4.0'
<dependency org="com.lightstreamer" name="ls-adapter-remote" rev="1.4.0">
<artifact name="ls-adapter-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightstreamer', module='ls-adapter-remote', version='1.4.0')
)
libraryDependencies += "com.lightstreamer" % "ls-adapter-remote" % "1.4.0"
[com.lightstreamer/ls-adapter-remote "1.4.0"]