plccom-opc-ua-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.indi-an.plccom</groupId>
<artifactId>plccom-opc-ua-sdk</artifactId>
<version>10.4.2</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-opc-ua-sdk</artifactId>
<version>10.4.2</version>
<name>PLCcom OPC UA SDK (Java)</name>
<description>High-level OPC UA Client and Server SDK for Java.
Provides symbolic read/write, subscriptions, alarms, historical
access, and method calls over OPC UA TCP and HTTPS.</description>
<url>https://www.indi-an.com/en/plccom/opc-ua-sdk/opcua-overview/</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-opcua/202603/EULA_PLCcom_opcua_en_03-2026.pdf</url>
<distribution>manual</distribution>
<comments>Requires a valid license. Trial license:
https://www.indi-an.com/en/plccom/opc-ua-sdk/opcua-download/
Full license: https://www.indi-an.com/en/plccom/opc-ua-sdk/opcua-buy/
or sales@indi-an.com</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>
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.83</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bctls-jdk18on</artifactId>
<version>1.83</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.14</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-nio</artifactId>
<version>4.4.16</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.16</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.36</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>