| GroupId | GroupIdio.zenoh |
|---|---|
| ArtifactId | ArtifactIdzenoh |
| Version | Version0.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| zenoh-0.4.0.pom | |
| zenoh-0.4.0.jar | 204 KB |
| zenoh-0.4.0-sources.jar | 51 KB |
| zenoh-0.4.0-javadoc.jar | 111 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.zenoh/zenoh/ -->
<dependency>
<groupId>io.zenoh</groupId>
<artifactId>zenoh</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.zenoh/zenoh/
implementation 'io.zenoh:zenoh:0.4.0'
// https://jarcasting.com/artifacts/io.zenoh/zenoh/
implementation ("io.zenoh:zenoh:0.4.0")
'io.zenoh:zenoh:jar:0.4.0'
<dependency org="io.zenoh" name="zenoh" rev="0.4.0">
<artifact name="zenoh" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zenoh', module='zenoh', version='0.4.0')
)
libraryDependencies += "io.zenoh" % "zenoh" % "0.4.0"
[io.zenoh/zenoh "0.4.0"]