MVN

io.github.tim06 : shadowsocksr

Maven & Gradle

Aug 23, 2023
22 stars

VPN Protocols · Android VPN library.

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

Latest Version

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

  • Latest Stable: 1.0.24

All Versions

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

Version Vulnerabilities Updated
1.0.x
shadowsocksr-1.0.24
shadowsocksr-1.0.23
shadowsocksr-1.0.22
shadowsocksr-1.0.21
shadowsocksr-1.0.20
shadowsocksr-1.0.19
shadowsocksr-1.0.18
shadowsocksr-1.0.17
shadowsocksr-1.0.16
shadowsocksr-1.0.15
shadowsocksr-1.0.14
shadowsocksr-1.0.13
shadowsocksr-1.0.12
shadowsocksr-1.0.11
shadowsocksr-1.0.5
shadowsocksr-1.0.1
shadowsocksr-1.0.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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