omsdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.cloudx</groupId>
<artifactId>omsdk</artifactId>
<version>1.6.3</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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.cloudx</groupId>
<artifactId>omsdk</artifactId>
<version>1.6.3</version>
<packaging>aar</packaging>
<name>CloudX OMSDK</name>
<description>CloudX-customised IAB Open Measurement (OMID) SDK for Android</description>
<url>https://github.com/cloudx-io/cloudx-android</url>
<inceptionYear>2025</inceptionYear>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>CloudX</id>
<name>CloudX Team</name>
<url>https://cloudx.io</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/cloudx-io/cloudx-android.git</connection>
<developerConnection>scm:git:ssh://git@github.com/cloudx-io/cloudx-android.git</developerConnection>
<url>https://github.com/cloudx-io/cloudx-android</url>
</scm>
</project>