Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.i2p.android |
ArtifactId | ArtifactIdclient |
Version | Version0.2 |
Type | Typeaar |
Filename | Size |
---|---|
client-0.2.pom | |
client-0.2.aar | 1005 KB |
client-0.2-sources.jar | 6 KB |
client-0.2-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.i2p.android/client/ -->
<dependency>
<groupId>net.i2p.android</groupId>
<artifactId>client</artifactId>
<version>0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.i2p.android/client/
implementation 'net.i2p.android:client:0.2'
// https://jarcasting.com/artifacts/net.i2p.android/client/
implementation ("net.i2p.android:client:0.2")
'net.i2p.android:client:aar:0.2'
<dependency org="net.i2p.android" name="client" rev="0.2">
<artifact name="client" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.i2p.android', module='client', version='0.2')
)
libraryDependencies += "net.i2p.android" % "client" % "0.2"
[net.i2p.android/client "0.2"]