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