MVN

io.matthewnelson.topl-android : topl-service

Maven & Gradle

Nov 28, 2021
12 stars

TOPL-Android-Service · A service for easily integrating Tor into your application

<dependency>
    <groupId>io.matthewnelson.topl-android</groupId>
    <artifactId>topl-service</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.2
  • Latest Beta: 1.0.0-beta02
  • Latest Alpha: 1.0.0-alpha02

All Versions

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

Version Vulnerabilities Updated
2.1.x
topl-service-2.1.2
topl-service-2.1.1
topl-service-2.1.0
2.0.x
topl-service-2.0.2
topl-service-2.0.1
topl-service-2.0.0
1.0.x
topl-service-1.0.0-beta02
topl-service-1.0.0-beta01
topl-service-1.0.0-alpha02
topl-service-1.0.0-alpha01

How to add a dependency to Maven

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

<dependency>
    <groupId>io.matthewnelson.topl-android</groupId>
    <artifactId>topl-service</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.matthewnelson.topl-android:topl-service:2.1.2'

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

implementation("io.matthewnelson.topl-android:topl-service:2.1.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.matthewnelson.topl-android" % "topl-service" % "2.1.2"