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