zenoh-kotlin-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.eclipse.zenoh</groupId> <artifactId>zenoh-kotlin-android</artifactId> <version>1.3.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.eclipse.zenoh</groupId> <artifactId>zenoh-kotlin-android</artifactId> <version>1.3.3</version> <packaging>aar</packaging> <name>Zenoh Kotlin</name> <description>The Eclipse Zenoh: Zero Overhead Pub/sub, Store/Query and Compute.</description> <url>https://zenoh.io/</url> <licenses> <license> <name>Eclipse Public License 2.0 OR Apache License 2.0</name> <url>http://www.eclipse.org/legal/epl-2.0</url> </license> </licenses> <developers> <developer> <id>ZettaScale</id> <name>ZettaScale Zenoh Team</name> <email>zenoh@zettascale.tech</email> </developer> <developer> <id>DariusIMP</id> <name>Darius Maitia</name> <email>darius@zettascale.tech</email> </developer> <developer> <id>Mallets</id> <name>Luca Cominardi</name> <email>luca@zettascale.tech</email> </developer> <developer> <id>Kydos</id> <name>Angelo Corsaro</name> <email>angelo@zettascale.tech</email> </developer> <developer> <id>Wyfo</id> <name>Joseph Perez</name> <email>joseph.perez@zettascale.tech</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/eclipse-zenoh/zenoh-kotlin.git</connection> <developerConnection>scm:git:https://github.com/eclipse-zenoh/zenoh-kotlin.git</developerConnection> <url>https://github.com/eclipse-zenoh/zenoh-kotlin</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.9.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> <version>1.9.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> <version>3.9.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-annotations-common</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-jvm</artifactId> <version>1.7.3</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-annotations-common</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json-jvm</artifactId> <version>1.6.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-annotations-common</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>1.9.10</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-annotations-common</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>