GroupId | GroupIdio.streamlayer |
---|---|
ArtifactId | ArtifactIdandroidsdk |
Version | Version2.11.0 |
Type | Typeaar |
Filename | Size |
---|---|
androidsdk-2.11.0.pom | |
androidsdk-2.11.0.aar | 8 MB |
androidsdk-2.11.0-sources.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.streamlayer/androidsdk/ -->
<dependency>
<groupId>io.streamlayer</groupId>
<artifactId>androidsdk</artifactId>
<version>2.11.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.streamlayer/androidsdk/
implementation 'io.streamlayer:androidsdk:2.11.0'
// https://jarcasting.com/artifacts/io.streamlayer/androidsdk/
implementation ("io.streamlayer:androidsdk:2.11.0")
'io.streamlayer:androidsdk:aar:2.11.0'
<dependency org="io.streamlayer" name="androidsdk" rev="2.11.0">
<artifact name="androidsdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.streamlayer', module='androidsdk', version='2.11.0')
)
libraryDependencies += "io.streamlayer" % "androidsdk" % "2.11.0"
[io.streamlayer/androidsdk "2.11.0"]