is not current version
Last Version 0.9.49

net.i2p.android:client 0.1.1

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

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.i2p.android
ArtifactId

ArtifactId

client
Version

Version

0.1.1
Type

Type

aar

Download client 0.1.1


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