TOPL-Android-Core

The core module for setting up and running Tor in your application

License

License

GroupId

GroupId

io.matthewnelson.topl-android
ArtifactId

ArtifactId

topl-core
Last Version

Last Version

2.1.2
Release Date

Release Date

Type

Type

aar
Description

Description

TOPL-Android-Core
The core module for setting up and running Tor in your application
Project URL

Project URL

https://github.com/05nelsonm/TorOnionProxyLibrary-Android
Source Code Management

Source Code Management

https://github.com/05nelsonm/TorOnionProxyLibrary-Android

Download topl-core

How to add to project

<!-- https://jarcasting.com/artifacts/io.matthewnelson.topl-android/topl-core/ -->
<dependency>
    <groupId>io.matthewnelson.topl-android</groupId>
    <artifactId>topl-core</artifactId>
    <version>2.1.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.matthewnelson.topl-android/topl-core/
implementation 'io.matthewnelson.topl-android:topl-core:2.1.2'
// https://jarcasting.com/artifacts/io.matthewnelson.topl-android/topl-core/
implementation ("io.matthewnelson.topl-android:topl-core:2.1.2")
'io.matthewnelson.topl-android:topl-core:aar:2.1.2'
<dependency org="io.matthewnelson.topl-android" name="topl-core" rev="2.1.2">
  <artifact name="topl-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.matthewnelson.topl-android', module='topl-core', version='2.1.2')
)
libraryDependencies += "io.matthewnelson.topl-android" % "topl-core" % "2.1.2"
[io.matthewnelson.topl-android/topl-core "2.1.2"]

Dependencies

compile (1)

Group / Artifact Type Version
io.matthewnelson.topl-android : topl-core-base jar 2.1.2

runtime (5)

Group / Artifact Type Version
androidx.core » core-ktx jar 1.7.0
info.guardianproject : jtorctl jar 0.4.5.7
org.jetbrains.kotlinx : kotlinx-coroutines-android jar 1.5.2
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.5.2
org.jetbrains.kotlin : kotlin-stdlib jar 1.5.31

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.0.0-beta02
1.0.0-beta01
1.0.0-alpha02
1.0.0-alpha01