Categories |
CategoriesData Net |
---|---|
GroupId | GroupIdnet.named-data |
ArtifactId | ArtifactIdjndn-android-with-async-io |
Version | Version0.22 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.named-data/jndn-android-with-async-io/ -->
<dependency>
<groupId>net.named-data</groupId>
<artifactId>jndn-android-with-async-io</artifactId>
<version>0.22</version>
</dependency>
// https://jarcasting.com/artifacts/net.named-data/jndn-android-with-async-io/
implementation 'net.named-data:jndn-android-with-async-io:0.22'
// https://jarcasting.com/artifacts/net.named-data/jndn-android-with-async-io/
implementation ("net.named-data:jndn-android-with-async-io:0.22")
'net.named-data:jndn-android-with-async-io:jar:0.22'
<dependency org="net.named-data" name="jndn-android-with-async-io" rev="0.22">
<artifact name="jndn-android-with-async-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.named-data', module='jndn-android-with-async-io', version='0.22')
)
libraryDependencies += "net.named-data" % "jndn-android-with-async-io" % "0.22"
[net.named-data/jndn-android-with-async-io "0.22"]