vpnprotocols-base
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.tim06</groupId>
<artifactId>vpnprotocols-base</artifactId>
<version>3.0.4</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.github.tim06</groupId>
<artifactId>vpnprotocols-base</artifactId>
<version>3.0.4</version>
<packaging>aar</packaging>
<name>VPN Protocols</name>
<description>Android VPN library.</description>
<url>https://github.com/tim06/VPNProtocols/</url>
<inceptionYear>2022</inceptionYear>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>http://www.apache.org/licenses/LICENSE-2.0.txt</distribution>
</license>
</licenses>
<developers>
<developer>
<id>tim06</id>
<name>Tim</name>
<url>https://github.com/tim06</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/tim06/VPNProtocols.git</connection>
<developerConnection>scm:git:ssh://git@github.com:tim06/VPNProtocols.git</developerConnection>
<url>https://github.com/tim06/VPNProtocols/</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.insert-koin</groupId>
<artifactId>koin-bom</artifactId>
<version>4.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.github.tim06</groupId>
<artifactId>vpnprotocols-base-api</artifactId>
<version>3.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.tim06</groupId>
<artifactId>vpnprotocols-base-ipc-contract</artifactId>
<version>3.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.tim06</groupId>
<artifactId>vpnprotocols-base-ipc-transport</artifactId>
<version>3.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.tim06</groupId>
<artifactId>vpnprotocols-base-platform</artifactId>
<version>3.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.tim06</groupId>
<artifactId>vpnprotocols-base-domain</artifactId>
<version>3.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-common</artifactId>
<version>2.9.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.insert-koin</groupId>
<artifactId>koin-core</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-core</artifactId>
<version>1.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.2.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-parcelize-runtime</artifactId>
<version>2.2.21</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.tim06</groupId>
<artifactId>vpnprotocols-base-stateholder-core</artifactId>
<version>3.0.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.9.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core</artifactId>
<version>1.16.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.datastore</groupId>
<artifactId>datastore-core</artifactId>
<version>1.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-service</artifactId>
<version>2.9.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json</artifactId>
<version>1.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.tencent</groupId>
<artifactId>mmkv</artifactId>
<version>1.3.16</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>