octopus-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.octopuscommunity</groupId>
<artifactId>octopus-sdk</artifactId>
<version>1.11.0</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>com.octopuscommunity</groupId>
<artifactId>octopus-sdk</artifactId>
<version>1.11.0</version>
<packaging>aar</packaging>
<name>OctopusSDK</name>
<description>Octopus Community SDK for Android</description>
<url>https://github.com/octopus-community/octopus-sdk-android</url>
<inceptionYear>2025</inceptionYear>
<licenses>
<license>
<name>Proprietary Commercial License</name>
<url>https://github.com/Octopus-Community/octopus-sdk-android/blob/main/LICENSE.md</url>
<distribution>manual</distribution>
<comments>This software requires a paid license agreement. Contact sales for details.</comments>
</license>
</licenses>
<developers>
<developer>
<id>octopus-community</id>
<name>Octopus-Community</name>
<url>https://github.com/octopus-community</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/octopus-community/octopus-sdk-android.git</connection>
<developerConnection>scm:git:ssh://git@github.com/octopus-community/octopus-sdk-android.git</developerConnection>
<url>https://github.com/octopus-community/octopus-sdk-android</url>
</scm>
<dependencies>
<dependency>
<groupId>com.octopuscommunity</groupId>
<artifactId>octopus-sdk-domain</artifactId>
<version>1.11.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.1.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.octopuscommunity</groupId>
<artifactId>octopus-sdk-data</artifactId>
<version>1.11.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.16.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.insert-koin</groupId>
<artifactId>koin-android</artifactId>
<version>4.1.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json</artifactId>
<version>1.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.room</groupId>
<artifactId>room-runtime</artifactId>
<version>2.7.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.coil-kt.coil3</groupId>
<artifactId>coil-core</artifactId>
<version>3.3.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.coil-kt.coil3</groupId>
<artifactId>coil-network-okhttp</artifactId>
<version>3.3.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.coil-kt.coil3</groupId>
<artifactId>coil-gif</artifactId>
<version>3.3.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>