MVN

org.eclipse.ecf : ecf-parent

Maven & Gradle

May 07, 2017

Eclipse Communication Framework (ECF) · ECF is a set of frameworks for building communications into applications and services. It provides a lightweight, modular, transport-independent, fully-compliant implementation of the OSGi Remote Services standard.

<dependency>
    <groupId>org.eclipse.ecf</groupId>
    <artifactId>ecf-parent</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.ecf : ecf-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.eclipse.ecf : ecf-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
ecf-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.eclipse.ecf</groupId>
    <artifactId>ecf-parent</artifactId>
    <version>1.0.0</version>
</dependency>