stream-video-android-model
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.getstream</groupId>
<artifactId>stream-video-android-model</artifactId>
<version>0.4.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>io.getstream</groupId>
<artifactId>stream-video-android-model</artifactId>
<version>0.4.2</version>
<packaging>aar</packaging>
<name>stream-video-android-model</name>
<description>Stream Video official Android SDK</description>
<url>https://github.com/getstream/stream-video-android</url>
<licenses>
<license>
<name>Stream License</name>
<url>https://github.com/GetStream/stream-video-android/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>filbabic</id>
<name>Filip Babic</name>
<email>filip.babic@getstream.io</email>
<url>https://github.com/filbabic</url>
</developer>
<developer>
<id>skydoves</id>
<name>Jaewoong Eum</name>
<email>jaewoong.eum@getstrea.io</email>
<url>https://github.com/skydoves</url>
</developer>
<developer>
<id>kanat</id>
<name>Kanat Kiialbaev</name>
<email>kanat.kiialbaev@getstream.io</email>
<url>https://github.com/kanat</url>
</developer>
<developer>
<id>TGazica</id>
<name>Tomislav Gazica</name>
<email>tomislav.gazica@getstream.io</email>
<url>https://github.com/TGazica</url>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/getstream/stream-video-android.git</connection>
<developerConnection>scm:git:ssh://github.com/getstream/stream-video-android.git</developerConnection>
<url>https://github.com/getstream/stream-video-android/tree/main</url>
</scm>
<dependencies>
<dependency>
<groupId>com.jakewharton.threetenabp</groupId>
<artifactId>threetenabp</artifactId>
<version>1.4.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.9.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-parcelize-runtime</artifactId>
<version>1.9.10</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json</artifactId>
<version>1.6.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>