is not current version
Last Version 0.9.5

net.i2p.android:helper 0.9.2

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

Categories

Categories

Net
GroupId

GroupId

net.i2p.android
ArtifactId

ArtifactId

helper
Version

Version

0.9.2
Type

Type

aar

Download helper 0.9.2


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