zenoh-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.zenoh</groupId> <artifactId>zenoh-java</artifactId> <version>0.4.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2014,2018 ADLINK Technology Inc. See the NOTICE file(s) distributed with this work for additional information regarding copyright ownership. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 which is available at https://www.apache.org/licenses/LICENSE-2.0. SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 Contributors: Julien Enoch <julien.enoch@adlinktech.com> Olivier Hecart <olivier.hecart@adlinktech.com> --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.zenoh</groupId> <artifactId>parent-pom</artifactId> <relativePath>parent-pom</relativePath> <version>0.4.1</version> </parent> <artifactId>zenoh-java</artifactId> <packaging>pom</packaging> <name>Zenoh main pom</name> <description>Zenoh-java build POM</description> <modules> <module>parent-pom</module> <module>zenoh</module> <module>examples</module> </modules> </project>