lpc-controllablesystem
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.openmuc.jeebus.usecase.powerlimitation</groupId>
<artifactId>lpc-controllablesystem</artifactId>
<version>1.0.0</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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.openmuc.jeebus.usecase.powerlimitation</groupId>
<artifactId>lpc-controllablesystem</artifactId>
<version>1.0.0</version>
<name>jEEBus.PowerLimitation.LPC-ControllableSystem</name>
<description>This library implements the Controllable System Actor of the EEBus Use Case Limitation of Power Consumption (LPC).</description>
<url>https://www.openmuc.org/eebus/</url>
<licenses>
<license>
<name>Eclipse Public License 2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>openmuc</id>
<name>OpenMUC Team</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/openmuc/jeebus.usecase.powerlimitation.controllablesystem.git</connection>
<developerConnection>scm:git:https://github.com/openmuc/jeebus.usecase.powerlimitation.controllablesystem.git</developerConnection>
<url>https://github.com/openmuc/jeebus.usecase.powerlimitation.controllablesystem</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.16</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.openmuc.jeebus</groupId>
<artifactId>ship</artifactId>
<version>2.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.openmuc.jeebus</groupId>
<artifactId>spine</artifactId>
<version>4.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-plugins-runtime</artifactId>
<version>4.0.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.openmuc.jeebus.usecase.powerlimitation</groupId>
<artifactId>abstract-controllablesystem</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>