MVN

me.proton.vpn : wireguard-android

Maven & Gradle

Jul 07, 2023
8 stars

WireGuard Tunnel Library · Embeddable tunnel library for WireGuard for Android

<dependency>
    <groupId>me.proton.vpn</groupId>
    <artifactId>wireguard-android</artifactId>
    <version>1.0.20230512.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.proton.vpn : wireguard-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.20230512.14

All Versions

Choose a version of me.proton.vpn : wireguard-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
wireguard-android-1.0.20230512.14
wireguard-android-1.0.20230512.0
wireguard-android-1.0.20211029.13
wireguard-android-1.0.20211029.11
wireguard-android-1.0.20211029.8
wireguard-android-1.0.20211029.7
wireguard-android-1.0.20211029.6

How to add a dependency to Maven

Add the following me.proton.vpn : wireguard-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.proton.vpn</groupId>
    <artifactId>wireguard-android</artifactId>
    <version>1.0.20230512.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.proton.vpn : wireguard-android gradle dependency to your build.gradle file:

implementation 'me.proton.vpn:wireguard-android:1.0.20230512.14'

Gradle Kotlin DSL: Add the following me.proton.vpn : wireguard-android gradle kotlin dependency to your build.gradle.kts file:

implementation("me.proton.vpn:wireguard-android:1.0.20230512.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.proton.vpn : wireguard-android sbt scala dependency to your build.sbt file:

libraryDependencies += "me.proton.vpn" % "wireguard-android" % "1.0.20230512.14"

Advertisement