MVN

io.github.tim06 : openvpn

Maven & Gradle

Aug 23, 2023
22 stars

VPN Protocols · Android VPN library.

<dependency>
    <groupId>io.github.tim06</groupId>
    <artifactId>openvpn</artifactId>
    <version>1.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.tim06 : openvpn to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.24

All Versions

Choose a version of io.github.tim06 : openvpn to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
openvpn-1.0.24
openvpn-1.0.23
openvpn-1.0.14
openvpn-1.0.13
openvpn-1.0.12
openvpn-1.0.11
openvpn-1.0.10
openvpn-1.0.9
openvpn-1.0.8
openvpn-1.0.6
openvpn-1.0.5
openvpn-1.0.4
openvpn-1.0.3
openvpn-1.0.2
openvpn-1.0.1
openvpn-1.0.0

How to add a dependency to Maven

Add the following io.github.tim06 : openvpn maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.tim06</groupId>
    <artifactId>openvpn</artifactId>
    <version>1.0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.tim06 : openvpn gradle dependency to your build.gradle file:

implementation 'io.github.tim06:openvpn:1.0.24'

Gradle Kotlin DSL: Add the following io.github.tim06 : openvpn gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.tim06:openvpn:1.0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.tim06 : openvpn sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.tim06" % "openvpn" % "1.0.24"

Advertisement