MVN

io.matthewnelson.topl-android : tor-binary

Maven & Gradle

Aug 03, 2021
5 stars

TorBinary · Tor Binaries built for Android

<dependency>
    <groupId>io.matthewnelson.topl-android</groupId>
    <artifactId>tor-binary</artifactId>
    <version>0.4.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.matthewnelson.topl-android : tor-binary to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.6.5
  • Latest Alpha: 0.4.6.2-alpha

All Versions

Choose a version of io.matthewnelson.topl-android : tor-binary to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
tor-binary-0.4.6.5
tor-binary-0.4.6.2-alpha
tor-binary-0.4.5.6
tor-binary-0.4.5.4
tor-binary-0.4.4.0
tor-binary-0.4.3.6
tor-binary-0.4.3.5a
tor-binary-0.4.3.5

How to add a dependency to Maven

Add the following io.matthewnelson.topl-android : tor-binary maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.matthewnelson.topl-android</groupId>
    <artifactId>tor-binary</artifactId>
    <version>0.4.6.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.matthewnelson.topl-android : tor-binary gradle dependency to your build.gradle file:

implementation 'io.matthewnelson.topl-android:tor-binary:0.4.6.5'

Gradle Kotlin DSL: Add the following io.matthewnelson.topl-android : tor-binary gradle kotlin dependency to your build.gradle.kts file:

implementation("io.matthewnelson.topl-android:tor-binary:0.4.6.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.matthewnelson.topl-android : tor-binary sbt scala dependency to your build.sbt file:

libraryDependencies += "io.matthewnelson.topl-android" % "tor-binary" % "0.4.6.5"

Advertisement