e

ecf-parent

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.
https://www.eclipse.org/ecf/
Eclipse Public License v1.0
Eclipse Foundation
ECF Developers
Files download
File Operation
ecf-parent-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.ecf</groupId>
  <artifactId>ecf-parent</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.ecf:ecf-parent:1.0.0'
Gradle Kotlin
implementation("org.eclipse.ecf:ecf-parent:1.0.0")
Scala SBT
libraryDependencies += "org.eclipse.ecf" % "ecf-parent" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.ecf', module='ecf-parent', version='1.0.0')
)
Apache Ivy
<dependency org="org.eclipse.ecf" name="ecf-parent" rev="1.0.0" />
Leiningen
[org.eclipse.ecf/ecf-parent "1.0.0"]
Apache Buildr
'org.eclipse.ecf:ecf-parent:jar:1.0.0'
Dependencies
The project has no third-party dependencies