ditto
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto</artifactId>
<version>3.9.0-M2</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</artifactId>
<version>3.9.0-M2</version>
<packaging>pom</packaging>
<name>Eclipse Ditto</name>
<description>Eclipse Ditto is a framework for creating and managing digital twins in the IoT.</description>
<url>https://eclipse.dev/ditto/</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</connection>
<developerConnection>scm:git:https://github.com/eclipse-ditto/ditto.git</developerConnection>
<url>https://github.com/eclipse-ditto/ditto.git</url>
</scm>
<repositories>
<repository>
<id>apache-releases</id>
<name>apache-releases</name>
<url>https://repository.apache.org/content/repositories/releases/</url>
</repository>
</repositories>
</project>