plccom-for-s7
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.indi-an.plccom</groupId> <artifactId>plccom-for-s7</artifactId> <version>15.2.8</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-for-s7</artifactId> <version>15.2.8</version> <name>PLCcom for S7</name> <description>High-performance Java library for classic or symbolic communication with Siemens S7 200/300/400/1200/1500, ET200SP and LOGO! PLCs. Provides symbolic or absolute read/write over Profinet, MPI/PPI, includes multi area optimisation, TLS secured channels and ready to use sample code for rapid integration.</description> <url>https://www.indi-an.com/en/plccom/for-s7</url> <licenses> <license> <name>Indi.An GmbH Proprietary License</name> <url>https://www.indi-an.com/wp-content/uploads/2025/06/EULA_PLCcom_en_06-2025.pdf</url> <distribution>manual</distribution> <comments>Demo runtime without restart 15 minutes. Use only with acceptance of the end-user license agreement (EULA).</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>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.conscrypt</groupId> <artifactId>conscrypt-openjdk-uber</artifactId> <version>2.5.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.java-native</groupId> <artifactId>jssc</artifactId> <version>2.9.6</version> <scope>compile</scope> </dependency> </dependencies> </project>