inapp-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.startapp</groupId> <artifactId>inapp-sdk</artifactId> <version>5.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.startapp</groupId> <artifactId>inapp-sdk</artifactId> <version>5.1.0</version> <packaging>aar</packaging> <name>inapp-sdk</name> <description>Start.io Ads Android SDK</description> <url>https://github.com/StartApp-SDK</url> <licenses> <license> <name>Start.io License</name> <url>https://github.com/StartApp-SDK/startio-android-inapp-sdk/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <id>startio</id> <name>Start.io</name> <email>support@start.io</email> </developer> </developers> <scm> <connection>scm:git:github.com/StartApp-SDK/startio-android-inapp-sdk.git</connection> <developerConnection>scm:git:ssh://github.com/StartApp-SDK/startio-android-inapp-sdk.git</developerConnection> <url>https://github.com/StartApp-SDK/startio-android-inapp-sdk/tree/master</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>[1.3,2)</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-appset</artifactId> <version>[16,17)</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.startapp</groupId> <artifactId>json</artifactId> <version>[1.0.2,2)</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>[1.3,2)</version> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-appset</artifactId> <version>[16,17)</version> </dependency> <dependency> <groupId>com.startapp</groupId> <artifactId>json</artifactId> <version>[1.0.2,2)</version> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.0.0</version> </dependency> </dependencies> </project>