MVN

org.eclipse.ecf : org.eclipse.ecf

Maven & Gradle

May 16, 2023
7 usages
<dependency>
    <groupId>org.eclipse.ecf</groupId>
    <artifactId>org.eclipse.ecf</artifactId>
    <version>3.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.11.0

All Versions

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

Version Vulnerabilities Updated
3.11.x
org.eclipse.ecf-3.11.0
3.10.x
org.eclipse.ecf-3.10.0
3.9.x
org.eclipse.ecf-3.9.102
org.eclipse.ecf-3.9.101
org.eclipse.ecf-3.9.100
org.eclipse.ecf-3.9.5
org.eclipse.ecf-3.9.4
org.eclipse.ecf-3.9.3
org.eclipse.ecf-3.9.2
org.eclipse.ecf-3.9.0
3.8.x
org.eclipse.ecf-3.8.0

How to add a dependency to Maven

Add the following org.eclipse.ecf : org.eclipse.ecf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.ecf</groupId>
    <artifactId>org.eclipse.ecf</artifactId>
    <version>3.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.ecf : org.eclipse.ecf gradle dependency to your build.gradle file:

implementation 'org.eclipse.ecf:org.eclipse.ecf:3.11.0'

Gradle Kotlin DSL: Add the following org.eclipse.ecf : org.eclipse.ecf gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.ecf:org.eclipse.ecf:3.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.ecf : org.eclipse.ecf sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.ecf" % "org.eclipse.ecf" % "3.11.0"

Advertisement