ditto-internal-utils-namespaces
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-utils-namespaces</artifactId>
<version>3.9.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2017 Contributors to the Eclipse Foundation
~
~ 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
~
~ SPDX-License-Identifier: EPL-2.0
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-utils-namespaces</artifactId>
<version>3.9.1</version>
<name>Eclipse Ditto :: Internal :: Utils :: Namespaces</name>
<description>Eclipse Ditto is a framework for creating and managing digital twins in the IoT.</description>
<url>https://eclipse.dev/ditto/ditto-bom/ditto-internal/ditto-internal-utils/ditto-internal-utils-namespaces/</url>
<licenses>
<license>
<name>Eclipse Public License - Version 2.0</name>
<url>https://www.eclipse.org/org/documents/epl-2.0/index.php</url>
</license>
</licenses>
<developers>
<developer>
<id>tjaeckle</id>
<name>Thomas Jaeckle</name>
<email>thomas.jaeckle@beyonnex.io</email>
<url>https://github.com/thjaeckle</url>
<organization>beyonnex.io GmbH</organization>
<organizationUrl>https://beyonnex.io</organizationUrl>
<roles>
<role>Lead</role>
<role>Committer</role>
</roles>
</developer>
<developer>
<id>astanchevsdt</id>
<name>Aleksandar Stanchev</name>
<email>aleksandar.stanchev@bosch.com</email>
<url>https://github.com/alstanchev</url>
<organization>Bosch Digital</organization>
<organizationUrl>https://www.bosch-digital.com</organizationUrl>
<roles>
<role>Committer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:eclipse-ditto/ditto.git/ditto-bom/ditto-internal/ditto-internal-utils/ditto-internal-utils-namespaces</connection>
<developerConnection>scm:git:https://github.com/eclipse-ditto/ditto.git/ditto-bom/ditto-internal/ditto-internal-utils/ditto-internal-utils-namespaces</developerConnection>
<url>https://github.com/eclipse-ditto/ditto.git/ditto-bom/ditto-internal/ditto-internal-utils/ditto-internal-utils-namespaces</url>
</scm>
<dependencies>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-utils-pekko</artifactId>
<version>3.9.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-utils-ddata</artifactId>
<version>3.9.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-utils-cluster</artifactId>
<version>3.9.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.pekko</groupId>
<artifactId>pekko-cluster-tools_2.13</artifactId>
<version>1.6.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>apache-releases</id>
<name>apache-releases</name>
<url>https://repository.apache.org/content/repositories/releases/</url>
</repository>
</repositories>
</project>