MVN

org.eclipse.che.plugin : che-plugin-url-factory

Maven & Gradle

Dec 26, 2018
3 usages
6k stars

Che Plugin :: URL Factory

<dependency>
    <groupId>org.eclipse.che.plugin</groupId>
    <artifactId>che-plugin-url-factory</artifactId>
    <version>6.16.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.che.plugin : che-plugin-url-factory to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.16.0

All Versions

Choose a version of org.eclipse.che.plugin : che-plugin-url-factory to add to Maven or Gradle - All Versions:

  • Version Updated
  • che-plugin-url-factory-6.16.0

    Dec 26, 2018
  • che-plugin-url-factory-6.15.0

    Dec 05, 2018
  • che-plugin-url-factory-6.14.2

    Nov 23, 2018
  • che-plugin-url-factory-6.14.1

    Nov 16, 2018
  • che-plugin-url-factory-6.14.0

    Nov 14, 2018
  • che-plugin-url-factory-6.13.1

    Nov 08, 2018
  • che-plugin-url-factory-6.13.0

    Oct 24, 2018
  • che-plugin-url-factory-6.12.2

    Oct 16, 2018
  • che-plugin-url-factory-6.12.1

    Oct 08, 2018
  • che-plugin-url-factory-6.12.0

    Oct 05, 2018
  • che-plugin-url-factory-6.11.1

    Sep 20, 2018
  • che-plugin-url-factory-6.11.0

    Sep 12, 2018
  • che-plugin-url-factory-6.10.0

    Aug 21, 2018

How to add a dependency to Maven

Add the following org.eclipse.che.plugin : che-plugin-url-factory maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.che.plugin</groupId>
    <artifactId>che-plugin-url-factory</artifactId>
    <version>6.16.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.che.plugin : che-plugin-url-factory gradle dependency to your build.gradle file:

implementation 'org.eclipse.che.plugin:che-plugin-url-factory:6.16.0'

Gradle Kotlin DSL: Add the following org.eclipse.che.plugin : che-plugin-url-factory gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.che.plugin:che-plugin-url-factory:6.16.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.che.plugin : che-plugin-url-factory sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.che.plugin" % "che-plugin-url-factory" % "6.16.0"