external-devices-client-data
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.opfab</groupId>
<artifactId>external-devices-client-data</artifactId>
<version>4.10.0.RELEASE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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.opfab</groupId>
<artifactId>external-devices-client-data</artifactId>
<version>4.10.0.RELEASE</version>
<name>"OperatorFabric External Devices Client Data"</name>
<description>"Model objects to interact with the OperatorFabric External Devices API"</description>
<url>www.opfab.org</url>
<licenses>
<license>
<name>Mozilla Public License Version 2.0</name>
<url>https://www.mozilla.org/en-US/MPL/</url>
</license>
</licenses>
<developers>
<developer>
<id>freddidierRTE</id>
<name>Frédéric Didier</name>
<email>frederic-f.didier@rte-france.com</email>
</developer>
<developer>
<id>vlo-rte</id>
<name>Valérie Longa</name>
<email>valerie.longa@rte-france.com</email>
</developer>
<developer>
<id>ClementBouvierN</id>
<name>Clément Bouvier</name>
<email>clement.bouvierneveu@rte-france.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com:opfab/operatorfabric-core.git</connection>
<developerConnection>scm:git:ssh://github.com:opfab/operatorfabric-core.git</developerConnection>
<url>https://github.com/opfab/operatorfabric-core</url>
</scm>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.20</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies/>
</dependencyManagement>
</project>