plccom-mqtt-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.indi-an.plccom</groupId>
<artifactId>plccom-mqtt-core</artifactId>
<version>2.3.1</version>
</dependency><?xml version="1.0" encoding="utf-8"?>
<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>com.indi-an.plccom</groupId>
<artifactId>plccom-mqtt-core</artifactId>
<version>2.3.1</version>
<name>PLCcom MQTT Core</name>
<description>MQTT wire helpers, PKI store and shared infrastructure for PLCcom MQTT Client and Broker. Evaluation mode: pass two empty strings as the license fields and Client and Broker run for 15 minutes during a debug session with full functionality. When the evaluation period ends, operation stops: an open connection is disconnected and a running broker halts. The same applies when a time-limited license expires. The library never terminates your application. For uninterrupted work generate a free trial license (14 days): https://www.indi-an.com/en/plccom/mqtt/mqtt-download/</description>
<url>https://www.indi-an.com/de/plccom/mqtt/mqtt-uebersicht/</url>
<organization>
<name>Indi.An GmbH</name>
<url>https://www.indi-an.com</url>
</organization>
<licenses>
<license>
<name>Indi.An GmbH Proprietary License</name>
<url>https://www.indi-an.com/legal/la/plccom-mqtt/EULA_PLCcom_MQTT_en_06-2026.pdf</url>
<distribution>manual</distribution>
<comments>Published under the Indi.An GmbH Proprietary License. Commercial use
and distribution require a valid PLCcom license covering this component.</comments>
</license>
</licenses>
<developers>
<developer>
<id>jvermehren</id>
<name>J. Vermehren</name>
<email>j.vermehren@indi-an.com</email>
<organization>Indi.An GmbH</organization>
<organizationUrl>https://www.indi-an.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:private</connection>
<developerConnection>scm:git:private</developerConnection>
<url>https://www.indi-an.com/source-not-public</url>
</scm>
<repositories>
<repository>
<id>indi-an-private-releases</id>
<name>Indi.An Private Maven Releases</name>
<url>https://www.indi-an.com/maven/private/releases/</url>
</repository>
</repositories>
</project>