MVN

net.i2p.android : client

Maven & Gradle

Feb 18, 2021
88 stars

I2P Android client library · A client library enabling Android developers to add native I2P support to their apps.

<dependency>
    <groupId>net.i2p.android</groupId>
    <artifactId>client</artifactId>
    <version>0.9.49</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.i2p.android : client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.49

All Versions

Choose a version of net.i2p.android : client to add to Maven or Gradle - All Versions:

  • Version Updated
  • client-0.9.49

    Feb 18, 2021
  • client-0.9.45

    Mar 08, 2020
  • client-0.9.42

    Sep 11, 2019
  • client-0.9.40

    May 16, 2019
  • client-0.9.39

    Apr 22, 2019
  • client-0.9.33

    Feb 17, 2018
  • client-0.9.32

    Nov 28, 2017
  • client-0.9.31

    Aug 19, 2017
  • client-0.9.30

    May 20, 2017
  • client-0.9.29

    Mar 27, 2017
  • client-0.9.28

    Jan 02, 2017
  • client-0.9.27

    Nov 20, 2016
  • client-0.9

    Jun 13, 2016
  • client-0.8

    Apr 17, 2016
  • client-0.7

    Jun 02, 2015
  • client-0.6

    May 14, 2015
  • client-0.5.1

    Mar 02, 2015
  • client-0.5

    Mar 02, 2015
  • client-0.4

    Dec 01, 2014
  • client-0.3

    Nov 02, 2014
  • client-0.2

    Sep 30, 2014
  • client-0.1.1

    Aug 21, 2014
  • client-0.1

    Aug 14, 2014

How to add a dependency to Maven

Add the following net.i2p.android : client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.i2p.android</groupId>
    <artifactId>client</artifactId>
    <version>0.9.49</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.i2p.android : client gradle dependency to your build.gradle file:

implementation 'net.i2p.android:client:0.9.49'

Gradle Kotlin DSL: Add the following net.i2p.android : client gradle kotlin dependency to your build.gradle.kts file:

implementation("net.i2p.android:client:0.9.49")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.i2p.android : client sbt scala dependency to your build.sbt file:

libraryDependencies += "net.i2p.android" % "client" % "0.9.49"