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