MVN

fr.acinq.tor : tor-mobile-kmp

Maven & Gradle

Mar 27, 2023
1 stars

Kotlin Multiplatform Tor library · A Kotlin Multiplatform library for Android & iOS to start, connect to, and control a Tor proxy.

<dependency>
    <groupId>fr.acinq.tor</groupId>
    <artifactId>tor-mobile-kmp</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.acinq.tor : tor-mobile-kmp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of fr.acinq.tor : tor-mobile-kmp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
tor-mobile-kmp-0.2.0

How to add a dependency to Maven

Add the following fr.acinq.tor : tor-mobile-kmp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.acinq.tor</groupId>
    <artifactId>tor-mobile-kmp</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.acinq.tor : tor-mobile-kmp gradle dependency to your build.gradle file:

implementation 'fr.acinq.tor:tor-mobile-kmp:0.2.0'

Gradle Kotlin DSL: Add the following fr.acinq.tor : tor-mobile-kmp gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.acinq.tor:tor-mobile-kmp:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.acinq.tor : tor-mobile-kmp sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.acinq.tor" % "tor-mobile-kmp" % "0.2.0"

Advertisement